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