ISandcastle ProjectComponent Search Paths Property
This read-only property returns an enumerable list of folders to search for additional build
components, plug-ins, presentation styles, and syntax generators.
Definition
Namespace: Sandcastle.Core.Project
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#
IEnumerable<string> ComponentSearchPaths { get; }VB
ReadOnly Property ComponentSearchPaths As IEnumerable(Of String)
GetC++
property IEnumerable<String^>^ ComponentSearchPaths {
IEnumerable<String^>^ get ();
}F#
abstract ComponentSearchPaths : IEnumerable<string> with get