CodeSnippetGroupElementLanguageFilterCodeSnippetTemplatePath Property
This is used to get or set the code snippet template file path
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.HtmlAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string CodeSnippetTemplatePath { get; set; }
Public Property CodeSnippetTemplatePath As String
Get
Set
public:
property String^ CodeSnippetTemplatePath {
String^ get ();
void set (String^ value);
}
member CodeSnippetTemplatePath : 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.