IAccessControlService CheckPrivilegeForFields Method (String,  String ) CelloSaaS API Documentation
Check the privilege for entity fields.

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[] permissionlist
)

Parameters

entityIdentifier
Type: System String
The entity identifier.
permissionlist
Type:  System String 
The permission list.

Return Value

Type: Dictionary String, Boolean 
Dictionary of Privilege Name and Status
See Also