UserIdentity HasAllPrivileges Method CelloSaaS API Documentation
Determines whether [has all privileges] [the specified privileges].

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

public static bool HasAllPrivileges(
	string[] privileges
)

Parameters

privileges
Type:  System String 
The privileges.

Return Value

Type: Boolean
true if [has all privileges] [the specified privileges]; otherwise, false.
See Also