Filters input document and executes modules on them by using globbing pattern(s) on the document destination.
- Namespace
- Statiq
.Core - Containing Type
- ExecuteDestinations
Syntax
public ExecuteDestinations(Config<string> pattern, params IModule[] modules)
Parameters
| Name | Type | Description |
|---|---|---|
| pattern | Config |
The globbing pattern to apply. |
| modules | IModule[] | The modules to execute on the filtered documents. |