IDocument.

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.Common.dll
Namespace
Wyam.Common.Documents
Containing Type
IDocument

Syntax

FilePath Source { get; }

Value

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