Flatten.

Flatten(string) Constructor

Summary

Creates a new flatten module with the specified children key.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Metadata
Containing Type
Flatten

Syntax

public Flatten(string childrenKey)

Parameters

Name Type Description
childrenKey string The metadata key that contains the children.

Return Value

Type Description
void
GitHub