Table of Contents

Notice.FromXml Method

Definition

Namespace
Sandcastle.Core.PresentationStyle.Transformation
Assembly
Sandcastle.Core.dll

Create a notice instance from an XElement containing the settings

public static Notice FromXml(XElement element)

Parameters

element XElement

The XElement from which to obtain the settings

Returns

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.