Click or drag to resize
IPictureManagerGetPictures Method (IUserContext, ListInt64, NullableInt32, NullableInt32, Int64, Boolean, String)
Get pictures with specified ids.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
PictureList GetPictures(
	IUserContext userContext,
	List<long> pictureIds,
	Nullable<int> height,
	Nullable<int> width,
	long requestedSize,
	bool isRequestedSizeSpecified,
	string requestedFormat
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
pictureIds
Type: System.Collections.GenericListInt64
Picture ids.
height
Type: SystemNullableInt32
Specifies a particular height.
width
Type: SystemNullableInt32
Specifies a particular width.
requestedSize
Type: SystemInt64
Requested size of retrieved.
isRequestedSizeSpecified
Type: SystemBoolean
Indicates if requested size has been specified.
requestedFormat
Type: SystemString
Requested format of returned picture.

Return Value

Type: PictureList
Specified pictures.
See Also