Art TargetBase Output Path Property
This is used to get or set the base output path for all content
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public string BaseOutputPath { get; set; }VB
Public Property BaseOutputPath As String
Get
SetC++
public:
property String^ BaseOutputPath {
String^ get ();
void set (String^ value);
}F#
member BaseOutputPath : string with get, set