Get active global role details
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 RoleActive Global Role details
Exceptions
Exception | Condition |
---|---|
[!:CelloSaaS.ServiceContracts.AccessControlManagement.RoleException] | If db exception occurs while getting global role details |
System UnauthorizedAccessException | If the user has not the privilege. |
Examples
public void GetGlobalRoleDetails() { List<Role> roles = RoleProxy.GetGlobalRoleDetails(); }
See Also