Applies an additional predicate to the filtering operation as an "or" condition.
- Namespace
- Statiq
.Core - Containing Type
- FilterDocuments
Syntax
public FilterDocuments Or(Config<bool> predicate)
Parameters
| Name | Type | Description |
|---|---|---|
| predicate | Config |
A predicate delegate that should return a bool. |
Return Value
| Type | Description |
|---|---|
| FilterDocuments | The current module instance. |