Check if the logged in user has the privilege for the given entities
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.AccessControlManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
public static Dictionary<string, bool> CheckPermissionForEntityList(
string entityIdentifier,
Dictionary<string, BaseEntity> entities,
EntityAction action
)
public static Dictionary<string, bool> CheckPermissionForEntityList(
string entityIdentifier,
Dictionary<string, BaseEntity> entities,
EntityAction action
)
Public Shared Function CheckPermissionForEntityList (
entityIdentifier As String,
entities As Dictionary(Of String, BaseEntity),
action As EntityAction
) As Dictionary(Of String, Boolean)
Public Shared Function CheckPermissionForEntityList (
entityIdentifier As String,
entities As Dictionary(Of String, BaseEntity),
action As EntityAction
) As Dictionary(Of String, Boolean)
static member CheckPermissionForEntityList :
entityIdentifier : string *
entities : Dictionary<string, BaseEntity> *
action : EntityAction -> Dictionary<string, bool>
static member CheckPermissionForEntityList :
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: EntityAction
Entity Action
Return Value
Type:
Dictionary String,
Boolean Privilege Permission for Entities