Click or drag to resize
Sandcastle Help File BuilderBindingRedirectSettingsCollectionToXml Method
This is used to save the binding redirect 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,
	bool relativePath
)

Parameters

config
Type: System.XmlXmlDocument
The XML configuration document.
root
Type: System.XmlXmlNode
The root configuration node
relativePath
Type: SystemBoolean
True to allow a relative path on importFrom attributes, false to fully qualify the path.
See Also