Click or drag to resize

RevisionRevisionHistory Property

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

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

Property Value

Type: IEnumerableSavedRevision
The history of this document as an array of CBLRevisions, in forward order
Remarks
Returns the history of this document as an array of CBLRevisions, in forward order. Older revisions are NOT guaranteed to have their properties available.
See Also