Note ElementNote Alert Template Path Property
This is used to get or set the Note alert template file path
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
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 NoteAlertTemplatePath { get; set; }VB
Public Property NoteAlertTemplatePath As String
Get
SetC++
public:
property String^ NoteAlertTemplatePath {
String^ get ();
void set (String^ value);
}F#
member NoteAlertTemplatePath : 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.