Click or drag to resize
IPictureManagerGetPictureRelations Method (IUserContext, ITaxon, IPictureRelationType)
Get picture relations related to specified taxon.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
PictureRelationList GetPictureRelations(
	IUserContext userContext,
	ITaxon taxon,
	IPictureRelationType pictureRelationType
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
taxon
Type: ArtDatabanken.DataITaxon
Taxon that may be related to pictures.
pictureRelationType
Type: ArtDatabanken.DataIPictureRelationType
Type of picture relations that are requested.

Return Value

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