Click or drag to resize
ReferenceManagerGetReferenceRelations Method (IUserContext, ListString)
Get reference relations that are related to a list of specified objects.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual Dictionary<string, ReferenceRelationList> GetReferenceRelations(
	IUserContext userContext,
	List<string> relatedObjectGuids
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
relatedObjectGuids
Type: System.Collections.GenericListString
GUIDs for the related objects.

Return Value

Type: DictionaryString, ReferenceRelationList
Reference relations that are related to specified object.

Implements

IReferenceManagerGetReferenceRelations(IUserContext, ListString)
See Also