Check if the logged in user has the privilege for the given entities
Namespace: CelloSaaS.ServiceContracts.AccessControlManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Dictionary<string, bool> CheckPrivilegeForEntityList(
Dictionary<string, BaseEntity> entities,
string entityIdentifier,
string privilegeName
)
Dictionary<string, bool> CheckPrivilegeForEntityList(
Dictionary<string, BaseEntity> entities,
string entityIdentifier,
string privilegeName
)
Function CheckPrivilegeForEntityList (
entities As Dictionary(Of String, BaseEntity),
entityIdentifier As String,
privilegeName As String
) As Dictionary(Of String, Boolean)
Function CheckPrivilegeForEntityList (
entities As Dictionary(Of String, BaseEntity),
entityIdentifier As String,
privilegeName As String
) As Dictionary(Of String, Boolean)
abstract CheckPrivilegeForEntityList :
entities : Dictionary<string, BaseEntity> *
entityIdentifier : string *
privilegeName : string -> Dictionary<string, bool>
abstract CheckPrivilegeForEntityList :
entities : Dictionary<string, BaseEntity> *
entityIdentifier : string *
privilegeName : string -> Dictionary<string, bool>
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