Click or drag to resize

DatabaseChangeEventArgsIsExternal Property

Returns true if the change was not made by a Document belonging to this Database (e.g. it came from another process or from a pull Replication), otherwise false.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool IsExternal { get; }

Property Value

Type: Boolean
true if the change was not made by a Document belonging to this Database (e.g. it came from another process or from a pull Replication), otherwise false
See Also