FromPipeline(string) Method
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<IDocument> The documents output by the specified pipeline.