Copy From Files CommandBase Path Property
This read-only property returns the base path containing the source files
Definition
Namespace: Sandcastle.Tools.BuildComponents.Commands
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 BasePath { get; }VB
Public ReadOnly Property BasePath As String
GetC++
public:
property String^ BasePath {
String^ get ();
}F#
member BasePath : string with get