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(params string[] patterns)
Remarks
Use collection initialization or
WithModules(IModule[]) to add modules to execute.Parameters
| Name | Type | Description |
|---|---|---|
| patterns | string[] | The globbing patterns to apply. |