Click or drag to resize

SavedRevisionDeleteDocument Method

Creates and saves a new deletion Revision for the associated Document.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public SavedRevision DeleteDocument()

Return Value

Type: SavedRevision
A new deletion Revision for the associated Document
Exceptions
ExceptionCondition
CouchbaseLiteException Throws if an issue occurs while creating a new deletion Revision.
See Also