IAccessControlService CheckPrivileges Method CelloSaaS API Documentation
Check if the logged in user has the given privileges and returns the result array in the same order

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

bool[] CheckPrivileges(
	string[] privileges
)

Parameters

privileges
Type:  System String 
array of Privileges

Return Value

Type:  Boolean 
returns True/False List
See Also