Click or drag to resize
IReferenceManagerGetReferenceRelationType Method (IUserContext, ReferenceRelationTypeId)
Get specified reference relation type.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
IReferenceRelationType GetReferenceRelationType(
	IUserContext userContext,
	ReferenceRelationTypeId referenceRelationTypeId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
referenceRelationTypeId
Type: ArtDatabanken.DataReferenceRelationTypeId
Reference relation type id.

Return Value

Type: IReferenceRelationType
Specified reference relation type.
See Also