Click or drag to resize

DocumentDeleted Property

Gets if the Document is deleted.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool Deleted { get; }

Property Value

Type: Boolean
true if deleted; otherwise, false.
See Also