This method is used to add a given relation between the given parent and child tenant
Namespace: CelloSaaS.ServiceContracts.TenantManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- parentTenantCode
- Type: System String
parent tenant id
- childTenantCode
- Type: System String
child tenant id
- tenantRelationTypeId
- Type: System String
tenant relation id
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Throws Argument Null Exception. If any mandatory argument is null or empty. |
System ArgumentException | Throws Argument Exception |
CelloSaaS.ServiceContracts.TenantManagement TenantRelationException | Throws Tenant Relation Exception |
See Also