Click or drag to resize

DocumentLeafRevisions Property

Gets all of the leaf Revisions in the Document's Revision tree.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public IEnumerable<SavedRevision> LeafRevisions { get; }

Property Value

Type: IEnumerableSavedRevision
All of the leaf Revisions in the Document's Revision tree.
Exceptions
ExceptionCondition
CouchbaseLiteException Thrown if an issue occurs while getting the leaf Revisions.
See Also