ITenantRelationService GetAllChildTenantsCount Method CelloSaaS API Documentation
Returns the all child tenants count for the given tenant ids

Namespace: CelloSaaS.ServiceContracts.TenantManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

Dictionary<Guid, int> GetAllChildTenantsCount(
	Guid[] tenantIds
)

Parameters

tenantIds
Type:  System Guid 

Return Value

Type: Dictionary Guid, Int32 
See Also