Click or drag to resize
IUserManagerUpdateAuthority Method
Update authority.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
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.
See Also