This method is used to get the child tenant hierarchy for the given parent tenant identifier
Namespace: CelloSaaS.ServiceContracts.TenantManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- parentTenantId
- Type: System String
The parent tenant id.
Return Value
Type: Dictionary String, TenantDetailsDictionary of Tenant Details
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Throws Argument Null Exception. If any mandatory argument is null or empty. |
CelloSaaS.ServiceContracts.TenantManagement TenantRelationException | Throws Tenant Relation Exception |
See Also