Returns all the subscription packages created by the given tenantId
Namespace: CelloSaaS.ServiceContracts.LicenseManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- tenantId
- Type: System String
The tenant id.
Return Value
Type: Dictionary String, PackageDetailsThe Package Details
Exceptions
Exception | Condition |
---|---|
System UnauthorizedAccessException | Throws UnauthorizedAccessException if user don't have permission for this method |
CelloSaaS.ServiceContracts.LicenseManagement LicenseException | Throws LicenseException if any errors occurs in module license validate |
See Also