PresentationStyleSettingsBasePath 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: 2024.2.18.0
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.

See Also