IAccessControlService CheckPrivilegeForEntity Method (BaseEntity, String) CelloSaaS API Documentation
Check if the logged in user has the privilege for the given entity

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

bool CheckPrivilegeForEntity(
	BaseEntity entity,
	string privilegeName
)

Parameters

entity
Type: CelloSaaS.Model BaseEntity
Base Entity
privilegeName
Type: System String
Privilege Name

Return Value

Type: Boolean
returns True/False
See Also