AccessControlProxy CheckPermissionForEntityList Method (String, Dictionary String,  , ) CelloSaaS API Documentation
Check if the logged in user has the privilege for the given 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(
	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: EntityAction
Entity Action

Return Value

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