deTenantManager..::..removeFormWidgetEventFromTenants Method
Removes the form widget event from tenants.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool removeFormWidgetEventFromTenants( string widgetName, string sEventName, tenantSelectionType oSelectionType, List<string> oTenantIDs )
Public Function removeFormWidgetEventFromTenants ( _ widgetName As String, _ sEventName As String, _ oSelectionType As tenantSelectionType, _ oTenantIDs As List(Of String) _ ) As Boolean
public: bool^ removeFormWidgetEventFromTenants( String^ widgetName, String^ sEventName, tenantSelectionType^ oSelectionType, List<String^>^ oTenantIDs )
Parameters
- widgetName
- Type: String
Name of the widget.
- sEventName
- Type: String
Name of the s event.
- oSelectionType
- Type: FlowWright.cDevDeAPI..::..tenantSelectionType
Type of the o selection.
- oTenantIDs
- Type: List<(Of <(<'String>)>)>
The o tenant i ds.