This method is used to get all the license package details.
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.LicenseManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Return Value
Type: List LicensePackageList of License Package
Exceptions
Exception | Condition |
---|---|
System UnauthorizedAccessException | Throws UnauthorizedAccessException if user don't have permission for this method |
[!:LicenseException] | Throws LicenseException if any errors occurs in module license validate |
Examples
public void GetAllLicensePackage() { List<LicensePackage> packageDetails = LicenseProxy.GetAllLicensePackage(); }
See Also