FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..sendFormWidgetToTenants Method

Sends the form widget to tenants.

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

Syntax


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

Parameters

sFormWidgetName
Type: String
Name of the s 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.