ITenantRelationService GetTenantMappingDetails Method CelloSaaS API Documentation
This method is used to fetch the relation mapping for the given relation mapping identifier

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

TenantRelationMapping GetTenantMappingDetails(
	string relationMappingId
)

Parameters

relationMappingId
Type: System String
relation mapping id

Return Value

Type: TenantRelationMapping
relation mapping details TenantRelationMapping
Exceptions

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