Returns the index of the specified path.
- Namespace
- Statiq
.Common - Containing Type
- PathCollection
Syntax
public int IndexOf(NormalizedPath path)
Parameters
Name | Type | Description |
---|---|---|
path | NormalizedPath | The path. |
Return Value
Type | Description |
---|---|
int | The index of the specified path, or -1 if not found. |