IBuild ProcessWorking Folder Property
This read-only property is used to get the name of the working files folder
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 WorkingFolder { get; }VB
ReadOnly Property WorkingFolder As String
GetC++
property String^ WorkingFolder {
String^ get ();
}F#
abstract WorkingFolder : string with get