A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Couchbase.Lite
Document Class
Document Methods
CreateRevision Method
Delete Method
ExpireAfter Method
ExpireAt Method
GetExpirationDate Method
GetProperty Method
GetRevision Method
Purge Method
PutExistingRevision Method
PutProperties Method
Update Method
Document
Delete Method
Deletes the
Document
.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
Copy
public
void
Delete
()
Exceptions
Exception
Condition
CouchbaseLiteException
Thrown if an issue occurs while deleting the
Document
.
Remarks
Deletes the
Document
by adding a deletion
Revision
.
See Also
Reference
Document Class
Couchbase.Lite Namespace