Summary
Gets a normalized title given a document.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Metadata - Containing Type
- Title
Syntax
public static Object GetTitle(IDocument doc, IExecutionContext context)
Parameters
Name | Type | Description |
---|---|---|
doc | IDocument | The document. |
context | IExecutionContext | The execution context. |
Return Value
Type | Description |
---|---|
Object | A normalized title. |