ITenantRelationService GetAllSkipLevelChildTenants Method CelloSaaS API Documentation
This method is used to get all skip level child tenants for the given parent tenant identifier

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

Dictionary<string, TenantDetails> GetAllSkipLevelChildTenants(
	string parentTenantId
)

Parameters

parentTenantId
Type: System String
The parent tenant id.

Return Value

Type: Dictionary String, TenantDetails 
Dictionary of Tenant Details
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrows Argument Null Exception. If any mandatory argument is null or empty.
CelloSaaS.ServiceContracts.TenantManagement TenantRelationExceptionThrows Tenant Relation Exception
See Also