Click or drag to resize
PictureManagerGetAllRecommendedPicturesMetaData Method
Get metadata about all recommended pictures selected by picture relation type id.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public PictureMetaDataInformationList GetAllRecommendedPicturesMetaData(
	IUserContext userContext,
	IPictureRelationType pictureRelationType,
	List<int> pictureMetaDataDescriptionsIds
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
pictureRelationType
Type: ArtDatabanken.DataIPictureRelationType
Type of picture to get metadata for.
pictureMetaDataDescriptionsIds
Type: System.Collections.GenericListInt32
Ids of the metadadescriptions to be retrieved.

Return Value

Type: PictureMetaDataInformationList
Picture metadata descriptions for specified ids and pictureId.

Implements

IPictureManagerGetAllRecommendedPicturesMetaData(IUserContext, IPictureRelationType, ListInt32)
See Also