- Namespace
- Statiq
.App - Base Types
-
- CommandSettings
- Derived Types
graph BT
Type-->Base0["CommandSettings"]
Type["BaseCommandSettings"]
class Type type-node
Derived0["EngineCommandSettings"]-->Type
click Derived0 "/api/Statiq.App/EngineCommandSettings"
Derived1["ServeCommandSettings"]-->Type
click Derived1 "/api/Statiq.Web.Commands/ServeCommandSettings"
Syntax
public class BaseCommandSettings : CommandSettings
Properties
Name | Property Type | Summary |
---|---|---|
Attach | bool | |
CachePath | string | |
Debug | bool | |
FailureLogLevel | LogLevel? | |
InputPaths | string[] | |
LogFile | string | |
LogLevel | LogLevel | |
OutputPath | string | |
RootPath | string | |
Settings | string[] | |
TempPath | string |