ISandcastle ProjectOutput Path Property
This property is used to get or set the path to which the help files will be generated
Definition
Namespace: Sandcastle.Core.Project
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#
string OutputPath { get; set; }VB
Property OutputPath As String
Get
SetC++
property String^ OutputPath {
String^ get ();
void set (String^ value);
}F#
abstract OutputPath : string with get, setProperty Value
StringRemarks
The default is to create it in a folder called .\Help in the same folder as the project file.
Warning: If building a web site, the output folder's prior content will be erased without warning prior to copying the new web site content to it!