Summary
Gets documents by pipeline.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Documents - Containing Type
- IDocumentCollection
Syntax
IReadOnlyDictionary<string, IEnumerable<IDocument>> ByPipeline()
Return Value
Type | Description |
---|---|
IReadOnlyDictionary |
All documents output by each pipeline. |