Click or drag to resize

RevisionDocument Property

Gets the Document that this Revision belongs to.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public virtual Document Document { get; }

Property Value

Type: Document
The Document that this Revision belongs to
See Also