LicenseProxy GetAllModules Method CelloSaaS API Documentation
This method is used to get all the module 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 Dictionary<string, Module> GetAllModules()

Return Value

Type: Dictionary String, Module 
Module details
Examples

public void GetAllModules()
{
    Dictionary<string, Module> moduleDetails = LicenseProxy.GetAllModules();
}
See Also