SandcastleProjectComponentSearchPaths 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: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public IEnumerable<string> ComponentSearchPaths { get; }

Property Value

IEnumerableString

See Also