FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..globalizeFormWidgetToTenants Method

Globalizes the form widget to tenants.

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

Syntax


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

Parameters

formWidgetName
Type: String
Name of the form widget.
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.