Click or drag to resize
IPictureManagerDeletePictureFilename Method
Deletes a picture filename.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
int DeletePictureFilename(
	IUserContext userContext,
	Nullable<long> pictureId,
	string filename,
	long pictureStringId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
pictureId
Type: SystemNullableInt64
Id of the picture to delete.
filename
Type: SystemString
Filename of the picture filename.
pictureStringId
Type: SystemInt64
PictureStringId for the picture filename.

Return Value

Type: Int32
Number of deleted rows.
See Also