Summary
Gets the index of a named pipeline.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Execution - Containing Type
- IPipelineCollection
Syntax
int IndexOf(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the pipeline. |
Return Value
Type | Description |
---|---|
int | The index of the pipeline. |