Click or drag to resize

FilterDelegate Delegate

A delegate that can be used to include/exclude Revisions during push Replication.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public delegate bool FilterDelegate(
	SavedRevision revision,
	IDictionary<string, Object> filterParams
)

Parameters

revision
Type: Couchbase.LiteSavedRevision
filterParams
Type: System.Collections.GenericIDictionaryString, Object

Return Value

Type: Boolean
See Also