PrivilegeProxy GetAllPrivileges Method CelloSaaS API Documentation
Get all privilege defined in the system.

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

public static List<Privilege> GetAllPrivileges()

Return Value

Type: List Privilege 
Privilege Details
Examples

public void GetAllPrivileges()
{
    List<Privilege> privileges = PrivilegeProxy.GetAllPrivileges();
}
See Also