Check if the logged in user has privileges to perform the following action on the entities
Namespace: CelloSaaS.ServiceContracts.AccessControlManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Dictionary<string, bool> CheckPrivilegeForEntityList(
string entityIdentifier,
Dictionary<string, BaseEntity> entities,
EntityAction action
)
Dictionary<string, bool> CheckPrivilegeForEntityList(
string entityIdentifier,
Dictionary<string, BaseEntity> entities,
EntityAction action
)
Function CheckPrivilegeForEntityList (
entityIdentifier As String,
entities As Dictionary(Of String, BaseEntity),
action As EntityAction
) As Dictionary(Of String, Boolean)
Function CheckPrivilegeForEntityList (
entityIdentifier As String,
entities As Dictionary(Of String, BaseEntity),
action As EntityAction
) As Dictionary(Of String, Boolean)
abstract CheckPrivilegeForEntityList :
entityIdentifier : string *
entities : Dictionary<string, BaseEntity> *
action : EntityAction -> Dictionary<string, bool>
abstract CheckPrivilegeForEntityList :
entityIdentifier : string *
entities : Dictionary<string, BaseEntity> *
action : EntityAction -> Dictionary<string, bool>
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