deTenantManager..::..sendBusinessObjectToTenants Method
Sends the business object to tenants.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool sendBusinessObjectToTenants( string boName, tenantSelectionType oSelectionType, List<string> oTenantIDs )
Public Function sendBusinessObjectToTenants ( _ boName As String, _ oSelectionType As tenantSelectionType, _ oTenantIDs As List(Of String) _ ) As Boolean
public: bool^ sendBusinessObjectToTenants( String^ boName, tenantSelectionType^ oSelectionType, List<String^>^ oTenantIDs )
Parameters
- boName
- Type: String
Name of the bo.
- oSelectionType
- Type: FlowWright.cDevDeAPI..::..tenantSelectionType
Type of the o selection.
- oTenantIDs
- Type: List<(Of <(<'String>)>)>
The o tenant i ds.