- Namespace
- Statiq
.Web .Pipelines - Interfaces
- Base Types
-
- object
- Pipeline
Syntax
public class Content : Pipeline, IPipeline, IReadOnlyPipeline
Constructors
| Name | Summary |
|---|---|
| Content |
Properties
| Name | Property Type | Summary |
|---|---|---|
| Dependencies | HashSet |
Inherited from Pipeline
|
| DependencyOf | HashSet |
Inherited from Pipeline
|
| Deployment | bool |
Inherited from Pipeline
|
| ExecutionPolicy | ExecutionPolicy |
Inherited from Pipeline
|
| InputModules | ModuleList |
Modules that will execute during the input phase.
Inherited from Pipeline
|
| Isolated | bool |
Inherited from Pipeline
|
| OutputModules | ModuleList |
Modules that will execute during the output phase.
Inherited from Pipeline
|
| Post |
bool |
Inherited from Pipeline
|
| PostProcessModules | ModuleList |
Modules that will execute during the post-process phase.
Inherited from Pipeline
|
| ProcessModules | ModuleList |
Modules that will execute during the process phase.
Inherited from Pipeline
|