CustomDocument.

Metadata Property

Summary

Gets the metadata associated with this document.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Documents
Containing Type
CustomDocument

Syntax

public IMetadata Metadata { get; }

Value

Type Description
IMetadata The metadata associated with this document.
GitHub