IBuild ProcessOutput Folder Property
This read-only property is used to get the output folder where the log file and help file can be
found after the build process has finished.
Definition
Namespace: Sandcastle.Core.BuildEngine
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 OutputFolder { get; }VB
ReadOnly Property OutputFolder As String
GetC++
property String^ OutputFolder {
String^ get ();
}F#
abstract OutputFolder : string with get