Click or drag to resize

RevisionParentId Property

Gets the parent Revision's id.

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

Property Value

Type: String
The parent Revision's id.
See Also