Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IDocument Interface
IDocument Methods
Delete Method
Purge Method
Save Method
Set Method
IDocument
Purge 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#
Copy
bool
Purge
()
Return Value
Type:
Boolean
Whether or not the purge succeeded
Exceptions
Exception
Condition
ThreadSafetyViolationException
Thrown if an invalid access attempt is made
See Also
Reference
IDocument Interface
Couchbase.Lite Namespace