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.

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
IEnumerable<string> ComponentSearchPaths { get; }

Property Value

IEnumerableString

See Also