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