Click or drag to resize

RevisionIsDeletion Property

Gets if the Revision marks the deletion of its Document.

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

Property Value

Type: Boolean
true if the Revision marks the deletion; otherwise, false.
See Also