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 public abstract IEnumerable<string> DocIds { get; set; }
Property Value
Type:
IEnumerableStringThe ids of the
Documents to replicate.
See Also