Click or drag to resize

DocumentConflictingRevisions Property

Gets all of the current conflicting Revisions 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#
public IEnumerable<SavedRevision> ConflictingRevisions { get; }

Property Value

Type: IEnumerableSavedRevision
All of the current conflicting Revisions for the Document.
Exceptions
ExceptionCondition
CouchbaseLiteException Thrown if an issue occurs while getting the conflicting Revisions.
See Also