Returns the all child tenants count for the given tenant ids
Namespace: CelloSaaS.ServiceContracts.TenantManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Dictionary<Guid, int> GetAllChildTenantsCount(
Guid[] tenantIds
)
Dictionary<Guid, int> GetAllChildTenantsCount(
Guid[] tenantIds
)
Function GetAllChildTenantsCount (
tenantIds As Guid()
) As Dictionary(Of Guid, Integer)
Function GetAllChildTenantsCount (
tenantIds As Guid()
) As Dictionary(Of Guid, Integer)
abstract GetAllChildTenantsCount :
tenantIds : Guid[] -> Dictionary<Guid, int>
abstract GetAllChildTenantsCount :
tenantIds : Guid[] -> Dictionary<Guid, int>
Parameters
- tenantIds
- Type: System Guid
Return Value
Type:
Dictionary Guid,
Int32