A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Couchbase.Lite
Document Class
Document Properties
ConflictingRevisions Property
CurrentRevision Property
CurrentRevisionId Property
Database Property
Deleted Property
Id Property
LeafRevisions Property
Properties Property
RevisionHistory Property
UserProperties Property
Document
RevisionHistory Property
Gets the
Document
's
Revision
history in forward order. Older, ancestor,
Revision
s 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#
Copy
public
IEnumerable
<
SavedRevision
>
RevisionHistory
{
get
; }
Property Value
Type:
IEnumerable
SavedRevision
The
Document
's
Revision
history in forward order.
Exceptions
Exception
Condition
CouchbaseLiteException
Thrown if an issue occurs while getting the Revision history.
See Also
Reference
Document Class
Couchbase.Lite Namespace