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 public abstract IEnumerable<SavedRevision> RevisionHistory { get; }
Property Value
Type:
IEnumerableSavedRevisionThe 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