Gets documents from a specific pipeline in their natural output order from the pipeline.
- Namespace
- Statiq
.Common - Containing Type
- IPipelineOutputs
Syntax
DocumentList<IDocument> FromPipeline(string pipelineName)
Parameters
Name | Type | Description |
---|---|---|
pipelineName | string | The pipeline. |
Return Value
Type | Description |
---|---|
DocumentList |
The documents output by the specified pipeline. |