Get all privilege defined in the system.
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.AccessControlManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Return Value
Type: List PrivilegePrivilege Details
Examples
public void GetAllPrivileges() { List<Privilege> privileges = PrivilegeProxy.GetAllPrivileges(); }
See Also