Summary
Removes a pipeline from the collection by name.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Execution - Containing Type
- IPipelineCollection
Syntax
bool Remove(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the pipeline to remove. |
Return Value
Type | Description |
---|---|
bool | true if the pipeline was found and remove, otherwise false . |