Component UtilitiesTools Folder Property
This read-only property returns the path to the Sandcastle Help File Builder tools folder
Definition
Namespace: Sandcastle.Core
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#
public static string ToolsFolder { get; }VB
Public Shared ReadOnly Property ToolsFolder As String
GetC++
public:
static property String^ ToolsFolder {
String^ get ();
}F#
static member ToolsFolder : string with get