- Namespace
- Statiq
.Common - Base Types
-
- object
Syntax
public static class IPipelineOutputsExtensions
Methods
| Name | Return Value | Summary |
|---|---|---|
| ExceptPipelines |
DocumentList |
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.
static
|
| FromPipelines |
DocumentList |
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.
static
|