Code Snippet Group Element Language FilterCode Snippet Template Path Property
This is used to get or set the code snippet 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 CodeSnippetTemplatePath { get; set; }VB
Public Property CodeSnippetTemplatePath As String
Get
SetC++
public:
property String^ CodeSnippetTemplatePath {
String^ get ();
void set (String^ value);
}F#
member CodeSnippetTemplatePath : 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.