VersionSettingsToXml Method

Store the version settings in an XML element

Definition

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public XElement ToXml()

Return Value

XElement
Returns the settings in an XML element

Remarks

The version settings are stored in an element called version with three attributes (label, version and helpFileProject).

See Also