ISandcastle ProjectSource Code Base Path Property
This property is used to get or set the base path used to locate source code for the documented
assemblies.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If left blank, source context information will be omitted from the reflection data
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
FolderPath SourceCodeBasePath { get; set; }VB
Property SourceCodeBasePath As FolderPath
Get
SetC++
property FolderPath^ SourceCodeBasePath {
FolderPath^ get ();
void set (FolderPath^ value);
}F#
abstract SourceCodeBasePath : FolderPath with get, setProperty Value
FolderPathIf left blank, source context information will be omitted from the reflection data