PresentationStyleSettingsLocation Property

This is overridden in derived classes to provide the location of the presentation style files

Definition

Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public abstract string Location { get; }

Property Value

String
Typically, this will return the path of the executing assembly

See Also