Click or drag to resize
IUserDataSourceGetUserRoles Method
Get list of user roles

Namespace: ArtDatabanken.Data.DataSource
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
RoleList GetUserRoles(
	IUserContext userContext,
	int userId,
	string applicationIdentifier
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
userId
Type: SystemInt32
User id.
applicationIdentifier
Type: SystemString
String that identifies the application.

Return Value

Type: RoleList
List of roles.
See Also