Docs.

Apply(IEngine) Method

Summary

This will reflect over all static Wyam.Common.Execution.Pipeline properties in the derived class and will add their modules as pipelines to the engine. This operation depends on Wyam.Common.Util.SourceInfoAttribute having been applied to all the properties in order to ensure proper ordering.
Assembly
Wyam.Docs.dll
Namespace
Wyam.Docs
Containing Type
Docs

Syntax

public override void Apply(IEngine engine)

Parameters

Name Type Description
engine IEngine The engine.

Return Value

Type Description
void
GitHub