FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..updateFormWidgetToTenants Method

Updates the form widget to tenants.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool updateFormWidgetToTenants(
	Dictionary<string, string> oFormWidgetItem,
	tenantSelectionType oSelectionType,
	List<string> oTenantIDs
)
Public Function updateFormWidgetToTenants ( _
	oFormWidgetItem As Dictionary(Of String, String), _
	oSelectionType As tenantSelectionType, _
	oTenantIDs As List(Of String) _
) As Boolean
public:
bool^ updateFormWidgetToTenants(
	Dictionary<String^, String^>^ oFormWidgetItem, 
	tenantSelectionType^ oSelectionType, 
	List<String^>^ oTenantIDs
)

Parameters

oFormWidgetItem
Type: Dictionary<(Of <(<'String, String>)>)>
The o form widget item.
oSelectionType
Type: FlowWright.cDevDeAPI..::..tenantSelectionType
Type of the o selection.
oTenantIDs
Type: List<(Of <(<'String>)>)>
The o tenant i ds.

Return Value

true if XXXX, false otherwise.