IAccessControlService CheckPrivilegeForEntityList Method (Dictionary String, BaseEntity , String, String) CelloSaaS API Documentation
Check if the logged in user has the privilege for the given 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(
	Dictionary<string, BaseEntity> entities,
	string entityIdentifier,
	string privilegeName
)

Parameters

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

Return Value

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