Initializes a new path collection.
- Namespace
- Statiq
.Common - Containing Type
- PathCollection
Syntax
public PathCollection(IEnumerable<NormalizedPath> paths)
Parameters
Name | Type | Description |
---|---|---|
paths | IEnumerable |
The default paths. |