Topic Transformation CoreScript Path Property
This is used to get or set the path used for scripts in the presentation style
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
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 abstract string ScriptPath { get; set; }VB
Public MustOverride Property ScriptPath As String
Get
SetC++
public:
virtual property String^ ScriptPath {
String^ get () abstract;
void set (String^ value) abstract;
}F#
abstract ScriptPath : string with get, setProperty Value
StringRemarks
Ensure the path is terminated with an appropriate directory separator character