Removes the specified paths from the collection if they're removable.
- Namespace
- Statiq
.Common - Containing Type
- PathCollection
Syntax
public void RemoveRange(IEnumerable<NormalizedPath> paths)
Parameters
Name | Type | Description |
---|---|---|
paths | IEnumerable |
The paths to remove. |