Click or drag to resize

UnsavedRevisionRevisionHistory Property

Returns the history of this document as an array of Revisions, in forward order.

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

Property Value

Type: IEnumerableSavedRevision
Exceptions
ExceptionCondition
CouchbaseLiteException
Remarks
Returns the history of this document as an array of Revisions, in forward order. Older, ancestor, revisions are not guaranteed to have their properties available.
See Also