Summary
Inserts a new unnamed pipeline before an existing named pipeline.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Execution - Containing Type
- Pipeline
Collection Extensions
Syntax
public static IPipeline InsertBefore(this IPipelineCollection pipelines, string target, params IModule[] modules)
Parameters
Name | Type | Description |
---|---|---|
pipelines | IPipelineCollection | The pipeline collection. |
target | string | The pipeline before which the new pipeline should be inserted. |
modules | IModule[] | The modules the new pipeline should contain. |
Return Value
Type | Description |
---|---|
IPipeline | The newly inserted pipeline. |