Notice.FromXml 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: 2025.3.22.0
public static Notice FromXml(
	XElement element
)

Parameters

element  XElement
The XElement from which to obtain the settings

Return Value

Notice
A 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.

See Also