IAccessControlService CheckPrivilegeForFields Method (String, String,  String ) CelloSaaS API Documentation
Check if the logged in user has the privileges on the entity record (referenceId)

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

Dictionary<string, bool> CheckPrivilegeForFields(
	string entityIdentifier,
	string referenceId,
	string[] permissionlist
)

Parameters

entityIdentifier
Type: System String
Entity Identifier
referenceId
Type: System String
Reference Identifier
permissionlist
Type:  System String 
Permission List

Return Value

Type: Dictionary String, Boolean 
Dictionary of privilege Name and status
See Also