Notice.FromXml Method
Create a notice instance from an XElement containing the settings
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
public static Notice FromXml(
XElement element
)
Public Shared Function FromXml (
element As XElement
) As Notice
public:
static Notice^ FromXml(
XElement^ element
)
static member FromXml :
element : XElement -> Notice
- element XElement
- The XElement from which to obtain the settings
NoticeA
Notice instance containing the settings from the XElement
It should contain an element called Notice with the necessary attributes
for each of the properties.