Method GetPipeline
GetPipeline(string)
Gets the pipeline to use for processing a file with the specified source extension.
Declaration
public FileProcessingPipeline GetPipeline(string extension)
Parameters
| Type | Name | Description |
|---|---|---|
| string | extension | The lowercase normalized source file extension, including the leading dot (e.g., |
Returns
| Type | Description |
|---|---|
| FileProcessingPipeline | The pipeline to execute. |