ITenantRelationService GetRelatedTenants Method CelloSaaS API Documentation
This method is used to get all the relation for the given tenant code

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

List<TenantRelation> GetRelatedTenants(
	string parentTenantCode
)

Parameters

parentTenantCode
Type: System String
parent tenant id

Return Value

Type: List TenantRelation 
dictionary of tenant relation and tenant
Exceptions

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