IRoleService GetRolesByServiceId Method CelloSaaS API Documentation
Get all roles for the given serviceId

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

Dictionary<string, Role> GetRolesByServiceId(
	string serviceId
)

Parameters

serviceId
Type: System String
Service Id

Return Value

Type: Dictionary String, Role 
List of role details
Exceptions

ExceptionCondition
CelloSaaS.ServiceContracts.AccessControlManagement RoleExceptionIf db exception occurs
System ArgumentNullExceptionIf service id is null or empty
See Also