This method is used to get module details by serviceIds
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.LicenseManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
public static Dictionary<string, Dictionary<string, Module>> GetModuleByServiceIds(
string[] serviceIds
)
public static Dictionary<string, Dictionary<string, Module>> GetModuleByServiceIds(
string[] serviceIds
)
Public Shared Function GetModuleByServiceIds (
serviceIds As String()
) As Dictionary(Of String, Dictionary(Of String, Module))
Public Shared Function GetModuleByServiceIds (
serviceIds As String()
) As Dictionary(Of String, Dictionary(Of String, Module))
static member GetModuleByServiceIds :
serviceIds : string[] -> Dictionary<string, Dictionary<string, Module>>
static member GetModuleByServiceIds :
serviceIds : string[] -> Dictionary<string, Dictionary<string, Module>>
Parameters
- serviceIds
- Type: System String
array of service ids
Return Value
Type:
Dictionary String,
Dictionary String,
Module Dictionary of Dictionary of Module
Exception | Condition |
---|
System ArgumentNullException | Throws Argument Null Exception, If any mandatory argument is null or empty |