RoleProxy GetGlobalRoleDetails Method CelloSaaS API Documentation
Get active global role details

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<Role> GetGlobalRoleDetails()

Return Value

Type: List Role 
Active Global Role details
Exceptions

ExceptionCondition
[!:CelloSaaS.ServiceContracts.AccessControlManagement.RoleException]If db exception occurs while getting global role details
System UnauthorizedAccessExceptionIf the user has not the privilege.
Examples

public void GetGlobalRoleDetails()
{
    List<Role> roles = RoleProxy.GetGlobalRoleDetails();
}
See Also