PresentationStyleSettingsBasePath Property
This is used to get or set the presentation style base path used to resolve relative paths within the
presentation style.
Namespace: Sandcastle.Core.PresentationStyleAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string BasePath { get; protected set; }
Public Property BasePath As String
Get
Protected Set
public:
property String^ BasePath {
String^ get ();
protected: void set (String^ value);
}
member BasePath : string with get, set
Property 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.
This is useful for defining a base path with multiple presentation styles are included
such as with the standard presentation styles.