IPipelineOutputsExtensions Class
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(IPipelineOutputs, string[]) DocumentList<IDocument>
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(IPipelineOutputs, string[]) DocumentList<IDocument>
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