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

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,
	EntityAction action
)

Return Value

Type: Boolean
returns True/False
See Also