Click or drag to resize

ReplicationDocIds Property

Gets or sets the ids of the Documents to replicate.

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

Property Value

Type: IEnumerableString
The ids of the Documents to replicate.
See Also