Click or drag to resize
PictureManagerDeletePictureRelations Method
Delete picture relations.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual int DeletePictureRelations(
	IUserContext userContext,
	List<long> pictureRelationIds
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
pictureRelationIds
Type: System.Collections.GenericListInt64
List of ids of picture relations to delete.

Return Value

Type: Int32
Number of deleted records.

Implements

IPictureManagerDeletePictureRelations(IUserContext, ListInt64)
See Also