Syntax Element Language FilterSyntax Section Code Template Path Property
This is used to get or set the syntax section code template file path
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Html
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If not set by the owning transformation or something else, the element will try to resolve the default path on first use.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string SyntaxSectionCodeTemplatePath { get; set; }VB
Public Property SyntaxSectionCodeTemplatePath As String
Get
SetC++
public:
property String^ SyntaxSectionCodeTemplatePath {
String^ get ();
void set (String^ value);
}F#
member SyntaxSectionCodeTemplatePath : string with get, setProperty Value
StringIf not set by the owning transformation or something else, the element will try to resolve the default path on first use.