Click or drag to resize

DatabaseGetFilter Method

Returns the ValidateDelegate for the given name, or null if it does not exist.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public FilterDelegate GetFilter(
	string name,
	Status status = null
)

Parameters

name
Type: SystemString
The name of the validation delegate to get.
status (Optional)
Type: Couchbase.LiteStatus
The result of the operation

Return Value

Type: FilterDelegate
The ValidateDelegate for the given name, or null if it does not exist.
See Also