Click or drag to resize
Sandcastle Help File BuilderVersionSettingsToXml Method
Store the version settings as a node in the given XML document

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax
public XmlNode ToXml(
	XmlDocument config,
	XmlNode root
)

Parameters

config
Type: System.XmlXmlDocument
The XML document
root
Type: System.XmlXmlNode
The node in which to store the element

Return Value

Type: XmlNode
Returns the node that was added.
Remarks
The version settings are stored in an element called version with three attributes (label, version and helpFileProject).
See Also