- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["IPipelineOutputsExtensions"]
class Type type-node
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
|