AccessControlProxy CheckPrivilegeForEntity Method CelloSaaS API Documentation
Check if the logged in user has the privileges to access the entity

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

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

Parameters

entity
Type: BaseEntity
Base Entity
permissionlist
Type:  System String 
Permission List

Return Value

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