File PathBase Path Property
This returns the base path for the object
Definition
Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If no IBasePathProvider has been specified, this returns the current directory
Assembly: Sandcastle.Core (in Sandcastle.Core.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 getProperty Value
StringIf no IBasePathProvider has been specified, this returns the current directory