Click or drag to resize
Sandcastle Help File BuilderVersionSettingsCollectionToXml Method
This is used to save the version settings list to the configuration settings.

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

Parameters

config
Type: System.XmlXmlDocument
The XML configuration document.
root
Type: System.XmlXmlNode
The root configuration node
See Also