UserIdentity HasPrivilege Method CelloSaaS API Documentation
Determines whether the specified privilege name has privilege.

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

public static bool HasPrivilege(
	string privilegeName
)

Parameters

privilegeName
Type: System String
Name of the privilege.

Return Value

Type: Boolean
true if the specified privilege name has privilege; otherwise, false.
See Also