Checks for the presence of an additional key in the filtering operation as an "or" condition.
- Namespace
- Statiq
.Core - Containing Type
- FilterDocuments
Syntax
public FilterDocuments Or(string key)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | A metadata key that must be present. |
Return Value
| Type | Description |
|---|---|
| FilterDocuments | The current module instance. |