Checks if this path contains the specified path as a direct child.
- Namespace
- Statiq
.Common - Containing Type
- NormalizedPath
Syntax
public bool ContainsChild(in NormalizedPath path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | NormalizedPath | The path to check. |
Return Value
| Type | Description |
|---|---|
| bool | true if the path contains this path as a child, false otherwise. |