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(IEnumerable<string> patterns, params IModule[] modules)
Parameters
| Name | Type | Description |
|---|---|---|
| patterns | IEnumerable |
The globbing patterns to apply. |
| modules | IModule[] | The modules to execute on the filtered documents. |