- Namespace
- Statiq
.App - Base Types
-
- CommandSettings
- BaseCommandSettings
- Derived Types
graph BT
Type-->Base0["BaseCommandSettings"]
click Base0 "/api/Statiq.App/BaseCommandSettings"
Base0-->Base1["CommandSettings"]
Type["EngineCommandSettings"]
class Type type-node
Derived0["PipelinesCommandSettings"]-->Type
click Derived0 "/api/Statiq.App/PipelinesCommandSettings"
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
|