NoticeFrom Xml Method
Create a notice instance from an XElement containing the settings
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
A Notice instance containing the settings from the XElement
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public static Notice FromXml(
XElement element
)VB
Public Shared Function FromXml (
element As XElement
) As NoticeC++
public:
static Notice^ FromXml(
XElement^ element
)F#
static member FromXml :
element : XElement -> Notice Parameters
- element XElement
- The XElement from which to obtain the settings
Return Value
NoticeA Notice instance containing the settings from the XElement
Remarks
It should contain an element called Notice with the necessary attributes
for each of the properties.