Click or drag to resize
IPictureManagerGetPictureRelations Method (IUserContext, IFactor)
Get picture relations related to specified factor.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
PictureRelationList GetPictureRelations(
	IUserContext userContext,
	IFactor factor
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
factor
Type: ArtDatabanken.DataIFactor
Factor that may be related to pictures.

Return Value

Type: PictureRelationList
Picture relations related to specified factor.
See Also