This method is used to get all the module 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: Dictionary String, ModuleModule details
Examples
public void GetAllModules() { Dictionary<string, Module> moduleDetails = LicenseProxy.GetAllModules(); }
See Also