LicenseProxy GetPackageDetails Method (String) CelloSaaS API Documentation
This method is used to get active subscription packages created by the 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, PackageDetails> GetPackageDetails(
	string tenantId
)

Parameters

tenantId
Type: System String
The tenant id.

Return Value

Type: Dictionary String, PackageDetails 
The Package Details
Exceptions

ExceptionCondition
System UnauthorizedAccessExceptionThrows UnauthorizedAccessException if user don't have permission for this method
[!:LicenseException]Throws LicenseException if any errors occurs in module license validate
See Also