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.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public IEnumerable<string> ComponentSearchPaths { get; }
Public ReadOnly Property ComponentSearchPaths As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ ComponentSearchPaths {
IEnumerable<String^>^ get ();
}
member ComponentSearchPaths : IEnumerable<string> with get
Property Value
IEnumerableString