IDocumentation SourceSource File Property
This is used to set or get the documentation source file path
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Wildcards are supported. If used, all files matching the wildcard will be included as long as their extension is one of the following: .exe, .dll, .winmd, .*proj, .sln.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
FilePath SourceFile { get; set; }VB
Property SourceFile As FilePath
Get
SetC++
property FilePath^ SourceFile {
FilePath^ get ();
void set (FilePath^ value);
}F#
abstract SourceFile : FilePath with get, setProperty Value
FilePathWildcards are supported. If used, all files matching the wildcard will be included as long as their extension is one of the following: .exe, .dll, .winmd, .*proj, .sln.