This method is used to get all the module details
Namespace: CelloSaaS.ServiceContracts.LicenseManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Return Value
Type: Dictionary String, ModuleModule details
Examples
public void GetAllModules() { ILicenseService licenseService = ServiceLocator.Resolve<ILicenseService>(); Dictionary<string, Module> moduleDetails = licenseService.GetAllModules(); }
See Also