Click or drag to resize
IUserManagerUpdateRole Method
Update role.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
void UpdateRole(
	IUserContext userContext,
	IRole role
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
role
Type: ArtDatabanken.DataIRole
Information about the updated role. This object is updated with information about the updated role.
See Also