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