AccessControlProxy CheckPermissionForEntityList Method (Dictionary String,  , String, String) CelloSaaS API Documentation
Check if the logged in user has privileges to perform the following action on the entities

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> CheckPermissionForEntityList(
	Dictionary<string, BaseEntity> entities,
	string entityIdentifier,
	string permissionName
)

Parameters

entities
Type: System.Collections.Generic Dictionary String, BaseEntity 
Base Entities
entityIdentifier
Type: System String
Entity Identifier
permissionName
Type: System String
Privilege Name

Return Value

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