Markdown Conversion TransformationScript Path Property
This is used to get or set the path used for scripts in the presentation style
Definition
Namespace: Sandcastle.Core.PresentationStyle.Conversion
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public override string ScriptPath { get; set; }VB
Public Overrides Property ScriptPath As String
Get
SetC++
public:
virtual property String^ ScriptPath {
String^ get () override;
void set (String^ value) override;
}F#
abstract ScriptPath : string with get, set
override ScriptPath : string with get, setProperty Value
StringRemarks
Not used by this transformation