AccessControlProxy CheckPermissionForEntity Method (, ) CelloSaaS API Documentation
Check if the logged in user has the privileges to access the entity for the given action

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

public static bool CheckPermissionForEntity(
	BaseEntity entity,
	EntityAction action
)

Parameters

entity
Type: BaseEntity
Base Entity
action
Type: EntityAction
Entity Action

Return Value

Type: Boolean
returns True/False
See Also