Searches for sidecar files at the same path as the input document
Source with the specified additional extension.
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(string extension, params IModule[] modules)
Parameters
| Name | Type | Description |
|---|---|---|
| extension | string | The extension to search. |
| modules | IModule[] | The modules to execute against the sidecar file. |