The kind of the path.
- Namespace
- Statiq
.Common - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["PathKind"]
class Type type-node
Syntax
public enum PathKind
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
Absolute | PathKind | 0 |
The path is absolute.
static
|
Relative | PathKind | 1 |
The path is relative.
static
|
RelativeOrAbsolute | PathKind | 2 |
The path can be either relative or absolute.
static
|