IDocumentCollection.

this[string] Property

Summary

Gets documents from a specific pipeline.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Documents
Containing Type
IDocumentCollection

Syntax

IEnumerable<IDocument> this[string pipline] { get; }

Parameters

Name Type Description
pipline string

Value

Type Description
IEnumerable<IDocument> The documents output by the specified pipeline..
GitHub