Gets and concatenates all documents from multiple pipelines.
Note that if a document exists in more than one pipeline it
may appear multiple times in the result.
- Namespace
- Statiq
.Common - Containing Type
- I
Pipeline Outputs Extensions
Syntax
public static DocumentList<IDocument> FromPipelines(this IPipelineOutputs pipelineOutputs, params string[] pipelines)
Parameters
Name | Type | Description |
---|---|---|
pipelineOutputs | IPipelineOutputs | The pipeline outputs. |
pipelines | string[] | The pipeline(s) to get documents from. |
Return Value
Type | Description |
---|---|
DocumentList |
All documents from all specified pipeline(s). |