Click or drag to resize
PictureManagerDeletePictureFilename 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
public virtual 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.

Implements

IPictureManagerDeletePictureFilename(IUserContext, NullableInt64, String, Int64)
See Also