Click or drag to resize

DatabaseChangedEventArgsDocIDs Property

Gets the document IDs of the changes that occurred

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

Property Value

Type: IListString
See Also