Get list of privilege identifiers for a current user
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 StringPrivilege Identifiers
Examples
public void GetPrivilegeNamesOfCurrentUser() { List<string> privileges = PrivilegeProxy.GetPrivilegeNamesOfCurrentUser(); }
See Also