Check if the logged in user has the privileges on the entity record (referenceId)
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 referenceId,
string[] permissionlist
)
Dictionary<string, bool> CheckPrivilegeForFields(
string entityIdentifier,
string referenceId,
string[] permissionlist
)
Function CheckPrivilegeForFields (
entityIdentifier As String,
referenceId As String,
permissionlist As String()
) As Dictionary(Of String, Boolean)
Function CheckPrivilegeForFields (
entityIdentifier As String,
referenceId As String,
permissionlist As String()
) As Dictionary(Of String, Boolean)
abstract CheckPrivilegeForFields :
entityIdentifier : string *
referenceId : string *
permissionlist : string[] -> Dictionary<string, bool>
abstract CheckPrivilegeForFields :
entityIdentifier : string *
referenceId : string *
permissionlist : string[] -> Dictionary<string, bool>
Parameters
- entityIdentifier
- Type: System String
Entity Identifier
- referenceId
- Type: System String
Reference Identifier
- permissionlist
- Type: System String
Permission List
Return Value
Type:
Dictionary String,
Boolean Dictionary of privilege Name and status