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
LeafRevisions Property
Gets all of the leaf
Revision
s in the
Document
's
Revision
tree.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
Copy
public
IEnumerable
<
SavedRevision
>
LeafRevisions
{
get
; }
Property Value
Type:
IEnumerable
SavedRevision
All of the leaf
Revision
s in the
Document
's
Revision
tree.
Exceptions
Exception
Condition
CouchbaseLiteException
Thrown if an issue occurs while getting the leaf
Revision
s.
See Also
Reference
Document Class
Couchbase.Lite Namespace