Click or drag to resize
ReferenceDataSourceGetReferenceRelations Method (IUserContext, String)
Get reference relations that are related to specified object.

Namespace: ArtDatabanken.WebService.Client.ReferenceService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual ReferenceRelationList GetReferenceRelations(
	IUserContext userContext,
	string relatedObjectGuid
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
relatedObjectGuid
Type: SystemString
GUID for the related object.

Return Value

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

Implements

IReferenceDataSourceGetReferenceRelations(IUserContext, String)
See Also