Source Property
An identifier for the document meant to reflect the source of the data. These should be unique (such as a file name). This property is always an absolute path. If you want to get a relative path, use GetRelativeInputPath().
Namespace
Statiq.Common
Containing Type
IDocument
Property Type
NormalizedPath

Syntax

NormalizedPath Source { get; }

Value

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