IAccessControlService CheckPrivilegeForEntityList Method (String, Dictionary String, BaseEntity , EntityAction) CelloSaaS API Documentation
Check if the logged in user has privileges to perform the following action on the entities

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

Dictionary<string, bool> CheckPrivilegeForEntityList(
	string entityIdentifier,
	Dictionary<string, BaseEntity> entities,
	EntityAction action
)

Parameters

entityIdentifier
Type: System String
Entity Identifier
entities
Type: System.Collections.Generic Dictionary String, BaseEntity 
Base Entities
action
Type: CelloSaaS.Model EntityAction
Entity Action

Return Value

Type: Dictionary String, Boolean 
Privilege Permission for Entities
See Also