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