Summary
Gets all documents output by every pipeline except those from the specified pipeline.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Documents - Containing Type
- IDocumentCollection
Syntax
IEnumerable<IDocument> ExceptPipeline(string pipeline)
Parameters
| Name | Type | Description |
|---|---|---|
| pipeline | string | The pipeline. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
All documents output by every pipeline except the specified one. |
