Summary
Adds an existing pipeline to the collection.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Execution - Containing Type
- IPipelineCollection
Syntax
IPipeline Add(IPipeline pipeline)
Parameters
Name | Type | Description |
---|---|---|
pipeline | IPipeline | The pipeline to add. |
Return Value
Type | Description |
---|---|
IPipeline | The added pipeline. |