Adds the specified path to the collection.
- Namespace
- Statiq
.Common - Containing Type
- PathCollection
Syntax
public bool Add(NormalizedPath path)
Parameters
Name | Type | Description |
---|---|---|
path | NormalizedPath | The path to add. |
Return Value
Type | Description |
---|---|
bool |
true if the path was added; false if the path was already present.
|