Note ElementSecurity Alert Template Path Property
This is used to get or set the Security alert template file path
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This must be set by the owning transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string SecurityAlertTemplatePath { get; set; }VB
Public Property SecurityAlertTemplatePath As String
Get
SetC++
public:
property String^ SecurityAlertTemplatePath {
String^ get ();
void set (String^ value);
}F#
member SecurityAlertTemplatePath : string with get, setProperty Value
StringThis must be set by the owning transformation