Click or drag to resize
IPictureManagerUpdatePictureRelations Method
Update picture relations.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
int UpdatePictureRelations(
	IUserContext userContext,
	PictureRelationList updatePictureRelations
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
updatePictureRelations
Type: ArtDatabanken.DataPictureRelationList
List of picture relations to update.

Return Value

Type: Int32
Number of updated records.
See Also