Click or drag to resize
IUserDataSourceCreateAuthority Method
Create new authority.

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