Click or drag to resize

IDocumentPurge Method

Purges the document, which leaves no trace behind for replication

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
bool Purge()

Return Value

Type: Boolean
Whether or not the purge succeeded
Exceptions
ExceptionCondition
ThreadSafetyViolationExceptionThrown if an invalid access attempt is made
See Also