AccessControlProxy CheckPermission Method CelloSaaS API Documentation
Check if the logged in user has the given privilege

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 CheckPermission(
	string permission
)

Parameters

permission
Type: System String
permission Name

Return Value

Type: Boolean
returns True/False
See Also