This method is used to get the package details by package identifier.
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.LicenseManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- packageId
- Type: System String
Package Identifier(Mandatory)
Return Value
Type: PackageDetailsThe Package Details
Exceptions
Exception | Condition |
---|---|
[!:LicenseException] | Throws LicenseException if any errors occurs in module license validate |
Examples
public void GetPackageDetailsByPackageId() { string packageId = "A011B120-DD93-DF11-8DEB-001EC9DAB123"; PackageDetails packageDetails = LicenseProxy.GetPackageDetailsByPackageId(); }
See Also