Sidecar.

Sidecar(IModule[]) Constructor

Summary

Searches for sidecar files at the same path as the input document SourceFilePath with the additional extension .meta. If a sidecar file is found, it's content is passed to the specified child modules for processing.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
Sidecar

Syntax

public Sidecar(params IModule[] modules)

Parameters

Name Type Description
modules IModule[] The modules to execute against the sidecar file.

Return Value

Type Description
void
GitHub