- Namespace
- Statiq
.App - Containing Type
- BaseCommandSettings
- Property Type
- string
Syntax
[CommandOption("--temp <PATH>")]
[Description("The path to output temporary files, can be absolute or relative to the current folder.")]
public string TempPath { get; set; }
Attributes
| Type | Description |
|---|---|
| CommandOption | |
| Description |
Value
| Type | Description |
|---|---|
| string |