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(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. |