Summary
Inserts a new named pipeline after an existing named pipeline.
Syntax
public static IPipeline InsertAfter(this IPipelineCollection pipelines, string target, string name, IModuleList modules)
Parameters
Name |
Type |
Description |
pipelines |
IPipelineCollection |
The pipeline collection. |
target |
string |
The pipeline after which the new pipeline should be inserted. |
name |
string |
The name of the new pipeline. |
modules |
IModuleList |
The modules the new pipeline should contain. |
Return Value
Type |
Description |
IPipeline |
The newly inserted pipeline. |