CachePath Property
Namespace
Statiq.App
Containing Type
BaseCommandSettings
Property Type
string

Syntax

[CommandOption("--cache <PATH>")]
[Description("The path to output cache files, can be absolute or relative to the current folder.")]
public string CachePath { get; set; }

Attributes

Type Description
CommandOption
Description

Value

Type Description
string