IDocumentCollection.

ByPipeline() Method

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<string, IEnumerable<IDocument>> All documents output by each pipeline.
GitHub