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