CustomDocument.

Source Property

Summary

An identifier for the document meant to reflect the source of the data. These should be unique (such as a file name).
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Documents
Containing Type
CustomDocument

Syntax

public FilePath Source { get; }

Value

Type Description
FilePath The source of the document, or null if the document doesn't have a source.
GitHub