Click or drag to resize
IPictureManagerGetPictureRelations Method (IUserContext, ISpeciesFact)
Get picture relations related to specified species fact.

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

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
speciesFact
Type: ArtDatabanken.DataISpeciesFact
Species fact that may be related to pictures.

Return Value

Type: PictureRelationList
Picture relations related to specified species fact.
See Also