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

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

public static 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