Click or drag to resize

DocumentRevisionHistory Property

Gets the Document's Revision history in forward order. Older, ancestor, Revisions are not guaranteed to have their properties available.

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

Property Value

Type: IEnumerableSavedRevision
The Document's Revision history in forward order.
Exceptions
ExceptionCondition
CouchbaseLiteException Thrown if an issue occurs while getting the Revision history.
See Also