Summary
Gets documents from a specific pipeline.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Documents - Containing Type
- IDocumentCollection
Syntax
IEnumerable<IDocument> FromPipeline(string pipeline)
Parameters
Name | Type | Description |
---|---|---|
pipeline | string | The pipeline. |
Return Value
Type | Description |
---|---|
IEnumerable |
The documents output by the specified pipeline. |