LicenseProxy GetAssignablePackageDetailsByPackageId Method CelloSaaS API Documentation
This method is used to get the assignable package details by package id.

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

public static PackageDetails GetAssignablePackageDetailsByPackageId(
	string packageId
)

Parameters

packageId
Type: System String
The package id.

Return Value

Type: PackageDetails
The Package Details
Exceptions

ExceptionCondition
[!:LicenseException]Throws LicenseException if any errors occurs in module license validate
See Also