Summary
Indicates that an existing value in the title key should be kept. The
default value is
true. Setting to false will always
set the title metadata to the result of this module, even if the
result is null or empty.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Metadata - Containing Type
- Title
Syntax
public Title KeepExisting(bool keepExisting = true)
Parameters
| Name | Type | Description |
|---|---|---|
| keepExisting | bool | Whether to keep the existing title metadata value. |
Return Value
| Type | Description |
|---|---|
| Title | The current module instance. |
