CodeSnippetGroupElementLanguageFilterCodeSnippetNumberedTemplatePath Property
This is used to get or set the code snippet template file path that contains an element block for
line numbers.
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.HtmlAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string CodeSnippetNumberedTemplatePath { get; set; }
Public Property CodeSnippetNumberedTemplatePath As String
Get
Set
public:
property String^ CodeSnippetNumberedTemplatePath {
String^ get ();
void set (String^ value);
}
member CodeSnippetNumberedTemplatePath : string with get, set
Property Value
StringIf not set by the owning transformation or something else, the element will try to resolve
the default path on first use.