Removes the specified path.
- Namespace
- Statiq
.Common - Containing Type
- PathCollection
Syntax
public bool Remove(NormalizedPath path)
Parameters
Name | Type | Description |
---|---|---|
path | NormalizedPath | The path to remove. |
Return Value
Type | Description |
---|---|
bool | true if the collection contained the path and it was removable, otherwise false . |