IAccessControlService CheckAllPrivileges Method CelloSaaS API Documentation
Check if the logged in user has all the given privileges

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

bool CheckAllPrivileges(
	string[] privileges
)

Parameters

privileges
Type:  System String 
array of Privileges

Return Value

Type: Boolean
returns True/False
See Also