Filters input document and executes modules on them by using globbing pattern(s) on the document source.
- Namespace
- Statiq
.Core - Containing Type
- ExecuteSources
Syntax
public ExecuteSources(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. |