RoleProxy GetRolesByServiceIds Method CelloSaaS API Documentation
Get all roles for the given serviceIds

Namespace: CelloSaaS.BusinessEdition.ServiceProxies.AccessControlManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static Dictionary<string, Role> GetRolesByServiceIds(
	string[] serviceIds
)

Parameters

serviceIds
Type:  System String 
Service Ids

Return Value

Type: Dictionary String, Role 
List of role details
See Also