PreviewCommandSettings Class
graph BT Type-->Base0["PipelinesCommandSettings"] click Base0 "/api/Statiq.App/PipelinesCommandSettings" Base0-->Base1["EngineCommandSettings"] click Base1 "/api/Statiq.App/EngineCommandSettings" Base1-->Base2["BaseCommandSettings"] click Base2 "/api/Statiq.App/BaseCommandSettings" Base2-->Base3["CommandSettings"] Type["PreviewCommandSettings"] class Type type-node

Syntax

public class PreviewCommandSettings : PipelinesCommandSettings

Properties

Name Property Type Summary
Analyzers string[]
Inherited from EngineCommandSettings
Attach bool
Inherited from BaseCommandSettings
CachePath string
Inherited from BaseCommandSettings
CleanMode CleanMode?
Inherited from EngineCommandSettings
ContentTypes string[]
CustomHeaders string[]
Debug bool
Inherited from BaseCommandSettings
FailureLogLevel LogLevel?
Inherited from BaseCommandSettings
ForceExt bool
InputPaths string[]
Inherited from BaseCommandSettings
LogFile string
Inherited from BaseCommandSettings
LogLevel LogLevel
Inherited from BaseCommandSettings
NoCache bool
Inherited from EngineCommandSettings
NoClean bool
Inherited from EngineCommandSettings
NoReload bool
NormalPipelines bool
NoWatch bool
OutputPath string
Inherited from BaseCommandSettings
Pipelines string[]
Port int
RootPath string
Inherited from BaseCommandSettings
SerialExecution bool
Inherited from EngineCommandSettings
Settings string[]
Inherited from BaseCommandSettings
StdIn bool
Inherited from EngineCommandSettings
TempPath string
Inherited from BaseCommandSettings
VirtualDirectory string

Extension Methods