PrivilegeProxy GetRolePrivilegeCount Method CelloSaaS API Documentation
Gets the role privilege count.

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, int> GetRolePrivilegeCount(
	string tenantId,
	string[] roleIds
)

Parameters

tenantId
Type: System String
The tenant id.
roleIds
Type:  System String 
The role ids.

Return Value

Type: Dictionary String, Int32 
Exceptions

ExceptionCondition
[!:CelloSaaS.ServiceContracts.AccessControlManagement.PrivilegeException]If db exception occurs
[!:ArgumentNullException]If role ids is null or empty
See Also