SandcastleProjectSourceCodeBasePath Property

This property is used to get or set the base path used to locate source code for the documented assemblies.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public FolderPath SourceCodeBasePath { get; set; }

Property Value

FolderPath
If left blank, source context information will be omitted from the reflection data

See Also