Check the privilege for entity fields.
Namespace: CelloSaaS.ServiceContracts.AccessControlManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Dictionary<string, bool> CheckPrivilegeForFields(
string entityIdentifier,
string[] permissionlist
)
Dictionary<string, bool> CheckPrivilegeForFields(
string entityIdentifier,
string[] permissionlist
)
Function CheckPrivilegeForFields (
entityIdentifier As String,
permissionlist As String()
) As Dictionary(Of String, Boolean)
Function CheckPrivilegeForFields (
entityIdentifier As String,
permissionlist As String()
) As Dictionary(Of String, Boolean)
abstract CheckPrivilegeForFields :
entityIdentifier : string *
permissionlist : string[] -> Dictionary<string, bool>
abstract CheckPrivilegeForFields :
entityIdentifier : string *
permissionlist : string[] -> Dictionary<string, bool>
Parameters
- entityIdentifier
- Type: System String
The entity identifier.
- permissionlist
- Type: System String
The permission list.
Return Value
Type:
Dictionary String,
Boolean Dictionary of Privilege Name and Status