AccessControlProxy CheckPermissionForEntity Method (, String) CelloSaaS API Documentation
Check if the logged in user has the privilege for the given 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 bool CheckPermissionForEntity(
	BaseEntity entity,
	string permissionName
)

Parameters

entity
Type: BaseEntity
Base Entity
permissionName
Type: System String
Privilege Name

Return Value

Type: Boolean
returns True/False
See Also