Gets all documents output by every pipeline except those from the
specified pipeline in their natural output order.
- Namespace
- Statiq
.Common - Containing Type
- IPipelineOutputs
Syntax
DocumentList<IDocument> ExceptPipeline(string pipelineName)
Parameters
Name | Type | Description |
---|---|---|
pipelineName | string | The pipeline. |
Return Value
Type | Description |
---|---|
DocumentList |
All documents output by every pipeline except the specified one. |