Click or drag to resize
IPictureManagerCreatePictureFilename Method
Creates a new picture filename.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
IPictureResponse CreatePictureFilename(
	IUserContext userContext,
	string picture,
	string filename,
	Nullable<DateTime> lastModified,
	long versionId,
	string updatedBy,
	PictureMetaDataList createMetaData
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
picture
Type: SystemString
Picture to save to disk.
filename
Type: SystemString
Filename of the picture filename.
lastModified
Type: SystemNullableDateTime
The date when the picture was last modified.
versionId
Type: SystemInt64
Version number of picture.
updatedBy
Type: SystemString
User who last updated the picture.
createMetaData
Type: ArtDatabanken.DataPictureMetaDataList
List of metadata to create.

Return Value

Type: IPictureResponse
response message containing user context created pictureId and number of inserted rows.
See Also