Click or drag to resize

ReplicatorOptionsDictionaryChannels Property

Gets or sets the channels to replicate (pull only)

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

Property Value

Type: IListString
See Also