Meta.

Meta(IModule[]) Constructor

Summary

The specified modules are executed against an empty initial document and all metadata that exist in all of the result documents are added as metadata to each input document.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Metadata
Containing Type
Meta

Syntax

public Meta(params IModule[] modules)

Parameters

Name Type Description
modules IModule[] The modules to execute.

Return Value

Type Description
void
GitHub