Title.

Title(string) Constructor

Summary

This sets the title of all input documents to the specified string.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Metadata
Containing Type
Title

Syntax

public Title(string title)

Parameters

Name Type Description
title string The title to set.

Return Value

Type Description
void
GitHub