Toc EntrySource File Property
This is used to get or set the entry's source file path.
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public FilePath SourceFile { get; set; }VB
Public Property SourceFile As FilePath
Get
SetC++
public:
property FilePath^ SourceFile {
FilePath^ get ();
void set (FilePath^ value);
}F#
member SourceFile : FilePath with get, set