Summary
Inserts a new pipeline into the collection.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Execution - Containing Type
- IPipelineCollection
Syntax
IPipeline Insert(int index, string name, IModuleList modules)
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The index at which to insert the new pipeline. |
| name | string | The name of the pipeline to insert. |
| modules | IModuleList | The modules the pipeline should contain. |
Return Value
| Type | Description |
|---|---|
| IPipeline | The inserted pipeline. |
