Blog.

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.Blog.dll
Namespace
Wyam.Blog
Containing Type
Blog

Syntax

public override void Apply(IEngine engine)

Parameters

Name Type Description
engine IEngine The engine.

Return Value

Type Description
void
GitHub