Tree.

WithTreePath(DocumentConfig) Method

Summary

Defines the structure of the tree. If the delegate returns null the document is excluded from the tree.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Metadata
Containing Type
Tree

Syntax

public Tree WithTreePath(DocumentConfig treePath)

Parameters

Name Type Description
treePath DocumentConfig A delegate that must return a sequence of objects.

Return Value

Type Description
Tree The current module instance.
GitHub