Searches the role details based on the Search Condition parameters
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.AccessControlManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- SearchRoleDetails
- Type: CelloSaaS.BusinessEdition.ServiceProxies.RoleService RoleDetailsSearchCondition
Return Value
Type: Dictionary String, RoleDictionary of Roles with Key as Role Identifier
Exceptions
Exception | Condition |
---|---|
System ArgumentException | Incase 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
Permission | Description |
---|---|
View_Role Privilege is mandatory |
See Also