Click or drag to resize

IDocumentIsDeleted Property

Gets whether or not this document is deleted

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
bool IsDeleted { get; }

Property Value

Type: Boolean
Exceptions
ExceptionCondition
ThreadSafetyViolationExceptionThrown if an invalid access attempt is made
See Also