Click or drag to resize
PictureManagerUpdatePictures Method
Update pictures.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual int UpdatePictures(
	IUserContext userContext,
	PictureList updatePictures,
	string updatedBy
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
updatePictures
Type: ArtDatabanken.DataPictureList
List of pictures to update.
updatedBy
Type: SystemString
User who last updated the picture.

Return Value

Type: Int32
Number of updated records.

Implements

IPictureManagerUpdatePictures(IUserContext, PictureList, String)
See Also