Searches the role details based on the Search Condition parameters
Namespace: CelloSaaS.ServiceContracts.AccessControlManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- roleDetailsSearchCondition
- Type: CelloSaaS.Model.AccessControlManagement RoleDetailsSearchCondition
The role details search condition.
Return Value
Type: Dictionary String, RoleDictionary of Roles with Key as Role Identifier
Exceptions
Exception | Condition |
---|---|
System ArgumentException | Incase of a null search condition |
System.Data.Common DbException | Incase of any exception occured when fetching the role details from the database |
CelloSaaS.ServiceContracts.AccessControlManagement RoleException | Incase of any malformed search condition |
.NET Framework Security
Permission | Description |
---|---|
View_Role Privilege is mandatory |
See Also