Click or drag to resize
PictureManagerGetPicturesInformation Method
Get information about pictures that match search criteria. This information contains the picture, metadata and picture relations.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public List<IPictureInformation> GetPicturesInformation(
	IUserContext userContext,
	IPicturesSearchCriteria searchCriteria,
	Nullable<int> height,
	Nullable<int> width,
	Nullable<long> requestedSize,
	string requestedFormat,
	List<int> metaDataIds
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
searchCriteria
Type: ArtDatabanken.DataIPicturesSearchCriteria
Pictures search criteria.
height
Type: SystemNullableInt32
Specifies a particular height.
width
Type: SystemNullableInt32
Specifies a particular width.
requestedSize
Type: SystemNullableInt64
Requested size of retrieved.
requestedFormat
Type: SystemString
Requested format of returned picture.
metaDataIds
Type: System.Collections.GenericListInt32
Desired metadata to be returned along with the picture.

Return Value

Type: ListIPictureInformation
Information about pictures that matches search criteria.

Implements

IPictureManagerGetPicturesInformation(IUserContext, IPicturesSearchCriteria, NullableInt32, NullableInt32, NullableInt64, String, ListInt32)
See Also