Gets the parent directory.
- Namespace
- Statiq
.Common - Containing Type
- IDirectory
- Property Type
- IDirectory
Syntax
IDirectory Parent { get; }
Value
Type | Description |
---|---|
IDirectory |
The parent directory or null if the directory is a root.
|