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