Click or drag to resize
IPictureManagerGetPictureMetaData Method
Get meta data about picture with specified id.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
PictureMetaDataList GetPictureMetaData(
	IUserContext userContext,
	long pictureId,
	List<int> metaDataIds
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
pictureId
Type: SystemInt64
Picture id.
metaDataIds
Type: System.Collections.GenericListInt32
Desired metadata to be returned along with the picture.

Return Value

Type: PictureMetaDataList
Meta data about picture with specified id.
See Also