ISandcastleProjectComponentSearchPaths Property
This read-only property returns an enumerable list of folders to search for additional build
components, plug-ins, presentation styles, and syntax generators.
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
IEnumerable<string> ComponentSearchPaths { get; }
ReadOnly Property ComponentSearchPaths As IEnumerable(Of String)
Get
property IEnumerable<String^>^ ComponentSearchPaths {
IEnumerable<String^>^ get ();
}
abstract ComponentSearchPaths : IEnumerable<string> with get
Property Value
IEnumerableString