IAccessControlService CheckPrivilegeForEntity Method (BaseEntity,  String ) CelloSaaS API Documentation
Check if the logged in user has the privileges to access the entity

Namespace: CelloSaaS.ServiceContracts.AccessControlManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

Dictionary<string, bool> CheckPrivilegeForEntity(
	BaseEntity entity,
	string[] permissionlist
)

Parameters

entity
Type: CelloSaaS.Model BaseEntity
Base Entity
permissionlist
Type:  System String 
Permission List

Return Value

Type: Dictionary String, Boolean 
Dictionary of Privilege Name and Status
See Also