PresentationStyleSettings.BasePath Property
Definition
- Namespace
- Sandcastle.Core.PresentationStyle
- Assembly
- Sandcastle.Core.dll
This is used to get or set the presentation style base path used to resolve relative paths within the presentation style.
public string BasePath { get; protected set; }
Property Value
- string
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.
Remarks
This is useful for defining a base path with multiple presentation styles are included such as with the standard presentation styles.