ProcessSidecarFile(IModule[]) Constructor
Searches for sidecar files at the same path as the input document Source with the additional extension .meta. If a sidecar file is found, it's content is passed to the specified child modules for processing.
Namespace
Statiq.Core
Containing Type
ProcessSidecarFile

Syntax

public ProcessSidecarFile(params IModule[] modules)

Parameters

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