Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax 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:
FilterDelegateThe
ValidateDelegate for the given name, or null if it does not exist.
See Also