Title.

GetTitle(FilePath) Method

Summary

Gets a normalized title given a file path.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Metadata
Containing Type
Title

Syntax

public static string GetTitle(FilePath path)

Parameters

Name Type Description
path FilePath The file path.

Return Value

Type Description
string A normalized title.
GitHub