IBase Path ProviderBase Path Property
This read-only property returns the base path
Definition
Namespace: Sandcastle.Core
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 BasePath { get; }VB
ReadOnly Property BasePath As String
GetC++
property String^ BasePath {
String^ get ();
}F#
abstract BasePath : string with get