Click or drag to resize
UserDataSourceCreateRole Method
Create new role.

Namespace: ArtDatabanken.WebService.Client.UserService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void CreateRole(
	IUserContext userContext,
	IRole role
)

Parameters

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

Implements

IUserDataSourceCreateRole(IUserContext, IRole)
See Also