Documents.

FromPipelines(string[]) Method

Summary

Gets documents from additional pipeline(s). The final sequence of documents will be in the order they appear from all specified pipelines. If the empty constructor is used that outputs documents from all pipelines, this will override that behavior and only output the specified pipelines. Likewise, if another constructor was used that relies on a Wyam.Common.Configuration.ContextConfig or Wyam.Common.Configuration.DocumentConfig then using this method will throw System.InvalidOperationException.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
Documents

Syntax

public Documents FromPipelines(params string[] pipelines)

Parameters

Name Type Description
pipelines string[] The additional pipelines to get documents from.

Return Value

Type Description
Documents The current module instance.
GitHub