LicenseProxy GetAllLicensePackage Method CelloSaaS API Documentation
This method is used to get all the license package details.

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

public static List<LicensePackage> GetAllLicensePackage()

Return Value

Type: List LicensePackage 
List of License Package
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
Examples

public void GetAllLicensePackage()
{
    List<LicensePackage> packageDetails = LicenseProxy.GetAllLicensePackage();
}
See Also