Code Snippet Group Element Language FilterCode Snippet Numbered Template Path Property
This is used to get or set the code snippet template file path that contains an element block for
line numbers.
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 CodeSnippetNumberedTemplatePath { get; set; }VB
Public Property CodeSnippetNumberedTemplatePath As String
Get
SetC++
public:
property String^ CodeSnippetNumberedTemplatePath {
String^ get ();
void set (String^ value);
}F#
member CodeSnippetNumberedTemplatePath : 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.