Summary
This sets the title of all input documents to a value from the delegate.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Metadata - Containing Type
- Title
Syntax
public Title(DocumentConfig title)
Parameters
Name | Type | Description |
---|---|---|
title | DocumentConfig | A delegate that must return a string. |
Return Value
Type | Description |
---|---|
void |