Filters input document by using globbing pattern(s) on the document source.
- Namespace
- Statiq
.Core - Containing Type
- FilterSources
Syntax
public FilterSources(IEnumerable<string> patterns)
Parameters
Name | Type | Description |
---|---|---|
patterns | IEnumerable |
The globbing patterns to apply. |