Click or drag to resize
UserManagerUpdateAuthority Method
Update authority.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual void UpdateAuthority(
	IUserContext userContext,
	IAuthority authority
)

Parameters

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

Implements

IUserManagerUpdateAuthority(IUserContext, IAuthority)
See Also