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

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

Dictionary<string, Role> SearchRoleDetails(
	RoleDetailsSearchCondition roleDetailsSearchCondition
)

Return Value

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

ExceptionCondition
System ArgumentExceptionIncase of a null search condition
System.Data.Common DbExceptionIncase of any exception occured when fetching the role details from the database
CelloSaaS.ServiceContracts.AccessControlManagement RoleExceptionIncase of any malformed search condition
.NET Framework Security

PermissionDescription
View_Role Privilege is mandatory
See Also