ExceptPipelines(IPipelineOutputs, string[]) Method
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
IPipelineOutputsExtensions

Syntax

public static DocumentList<IDocument> ExceptPipelines(this IPipelineOutputs pipelineOutputs, params string[] pipelines)

Parameters

Name Type Description
pipelineOutputs IPipelineOutputs The pipeline outputs.
pipelines string[] The pipeline(s) to exclude.

Return Value

Type Description
DocumentList<IDocument> All documents from all pipeline(s) except those specified.