Click or drag to resize
IUserManagerGetAuthority Method
Get authority by id.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
IAuthority GetAuthority(
	IUserContext userContext,
	int authorityId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
authorityId
Type: SystemInt32
Authority id.

Return Value

Type: IAuthority
Requested authority.
See Also