Click or drag to resize

DocumentUpdateDelegate Delegate

A delegate that can be used to update a Document.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public delegate bool UpdateDelegate(
	UnsavedRevision revision
)

Parameters

revision
Type: Couchbase.LiteUnsavedRevision
The UnsavedRevision to update.

Return Value

Type: Boolean
True if the UnsavedRevision should be saved, otherwise false.
See Also