LicenseProxy GetTenantServicesByTenantId Method CelloSaaS API Documentation
This method is used to get the service details for given tenantId.

Namespace: CelloSaaS.BusinessEdition.ServiceProxies.LicenseManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static Dictionary<string, TenantServiceMapping> GetTenantServicesByTenantId(
	string tenantId
)

Parameters

tenantId
Type: System String
the tenant identifier

Return Value

Type: Dictionary String, TenantServiceMapping 
Dictionary of Tenant Service Mapping
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrows ArgumentNullException if any mandatory argument is null or empty
[!:ServiceMappingException]Throws ServiceMappingException.
See Also