Click or drag to resize
UserManagerCreateAuthority Method
Create new authority.

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

IUserManagerCreateAuthority(IUserContext, IAuthority)
See Also