Get all roles for the given serviceIds
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.AccessControlManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
public static Dictionary<string, Role> GetRolesByServiceIds(
string[] serviceIds
)
public static Dictionary<string, Role> GetRolesByServiceIds(
string[] serviceIds
)
Public Shared Function GetRolesByServiceIds (
serviceIds As String()
) As Dictionary(Of String, Role)
Public Shared Function GetRolesByServiceIds (
serviceIds As String()
) As Dictionary(Of String, Role)
static member GetRolesByServiceIds :
serviceIds : string[] -> Dictionary<string, Role>
static member GetRolesByServiceIds :
serviceIds : string[] -> Dictionary<string, Role>
Parameters
- serviceIds
- Type: System String
Service Ids
Return Value
Type:
Dictionary String,
Role List of role details