Presentation Style SettingsBase Path Property
This is used to get or set the presentation style base path used to resolve relative paths within the
presentation style.
Definition
Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If null or empty, the Location path is used as the base path. If relative, it is considered to be relative to the Location path.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string BasePath { get; protected set; }VB
Public Property BasePath As String
Get
Protected SetC++
public:
property String^ BasePath {
String^ get ();
protected: void set (String^ value);
}F#
member BasePath : string with get, setProperty Value
StringIf null or empty, the Location path is used as the base path. If relative, it is considered to be relative to the Location path.
Remarks
This is useful for defining a base path with multiple presentation styles are included
such as with the standard presentation styles.