Click or drag to resize

ReplicatorOptionsDictionaryDocIDs Property

Gets or sets the docIDs to replicate

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
public IList<string> DocIDs { get; set; }

Property Value

Type: IListString
See Also