PrivilegeProxy GetPrivilegeNamesOfCurrentUser Method CelloSaaS API Documentation
Get list of privilege identifiers for a current user

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<string> GetPrivilegeNamesOfCurrentUser()

Return Value

Type: List String 
Privilege Identifiers
Examples

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