Click or drag to resize
ReferenceManagerSingleThreadCacheGetReferenceRelationTypes Method
Get all reference relation types.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public override ReferenceRelationTypeList GetReferenceRelationTypes(
	IUserContext userContext
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.

Return Value

Type: ReferenceRelationTypeList
All reference relation types.

Implements

IReferenceManagerGetReferenceRelationTypes(IUserContext)
See Also