ISandcastle ProjectComponent Path Property
This property is used to get or set the path to a folder containing additional, project-specific
build components.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If left blank, the current project's folder is searched instead
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
FolderPath ComponentPath { get; set; }VB
Property ComponentPath As FolderPath
Get
SetC++
property FolderPath^ ComponentPath {
FolderPath^ get ();
void set (FolderPath^ value);
}F#
abstract ComponentPath : FolderPath with get, setProperty Value
FolderPathIf left blank, the current project's folder is searched instead