RoleProxy SearchRoleDetails Method CelloSaaS API Documentation
Searches the role details based on the Search Condition parameters

Namespace: CelloSaaS.BusinessEdition.ServiceProxies.AccessControlManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static Dictionary<string, Role> SearchRoleDetails(
	RoleDetailsSearchCondition SearchRoleDetails
)

Return Value

Type: Dictionary String, Role 
Dictionary of Roles with Key as Role Identifier
Exceptions

ExceptionCondition
System ArgumentExceptionIncase of a null search condition
[!:DbException]Incase of any exception occured when fetching the role details from the database
[!:RoleException]Incase of any malformed search condition
.NET Framework Security

PermissionDescription
View_Role Privilege is mandatory
See Also