Click or drag to resize

DocumentDelete Method

Deletes the Document.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public void Delete()
Exceptions
ExceptionCondition
CouchbaseLiteException Thrown if an issue occurs while deleting the Document.
Remarks
Deletes the Document by adding a deletion Revision.
See Also