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
ConflictingRevisions Property
Gets all of the current conflicting
Revision
s for the
Document
. If the
Document
is not in conflict, only the single current
Revision
will be returned.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
Copy
public
IEnumerable
<
SavedRevision
>
ConflictingRevisions
{
get
; }
Property Value
Type:
IEnumerable
SavedRevision
All of the current conflicting
Revision
s for the
Document
.
Exceptions
Exception
Condition
CouchbaseLiteException
Thrown if an issue occurs while getting the conflicting
Revision
s.
See Also
Reference
Document Class
Couchbase.Lite Namespace