IAccessControlService CheckPrivilege Method CelloSaaS API Documentation
Check if the logged in user has the given privilege

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

bool CheckPrivilege(
	string privilege
)

Parameters

privilege
Type: System String
Privilege Name

Return Value

Type: Boolean
returns True/False
See Also