Click or drag to resize
UserDataSourceCreateAuthority Method
Create new authority.

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 CreateAuthority(
	IUserContext userContext,
	IAuthority authority
)

Parameters

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

Implements

IUserDataSourceCreateAuthority(IUserContext, IAuthority)
See Also