LicenseProxy GetModuleByServiceIds Method CelloSaaS API Documentation
This method is used to get module details by serviceIds

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, Dictionary<string, Module>> GetModuleByServiceIds(
	string[] serviceIds
)

Parameters

serviceIds
Type:  System String 
array of service ids

Return Value

Type: Dictionary String, Dictionary String, Module  
Dictionary of Dictionary of Module
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrows Argument Null Exception, If any mandatory argument is null or empty
See Also