- Namespace
- Statiq
.App - Base Types
-
- CommandSettings
- BaseCommandSettings
- Derived Types
Syntax
public class EngineCommandSettings : BaseCommandSettings
Properties
Name | Property Type | Summary |
---|---|---|
Analyzers | string[] | |
Attach | bool |
Inherited from BaseCommandSettings
|
CachePath | string |
Inherited from BaseCommandSettings
|
CleanMode | CleanMode? | |
Debug | bool |
Inherited from BaseCommandSettings
|
FailureLogLevel | LogLevel? |
Inherited from BaseCommandSettings
|
InputPaths | string[] |
Inherited from BaseCommandSettings
|
LogFile | string |
Inherited from BaseCommandSettings
|
LogLevel | LogLevel |
Inherited from BaseCommandSettings
|
NoCache | bool | |
NoClean | bool | |
OutputPath | string |
Inherited from BaseCommandSettings
|
RootPath | string |
Inherited from BaseCommandSettings
|
SerialExecution | bool | |
Settings | string[] |
Inherited from BaseCommandSettings
|
StdIn | bool | |
TempPath | string |
Inherited from BaseCommandSettings
|