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
- Document
<TDocument> - Implements
- Property Type
- NormalizedPath
Syntax
public NormalizedPath Source { get; protected set; }
Value
Type | Description |
---|---|
NormalizedPath |
The source of the document, or null if the document doesn't have a source.
|