Click or drag to resize
Sandcastle Help File BuilderBindingRedirectSettingsToXml Method
Store the binding redirect 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,
	bool relativePath
)

Parameters

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

Return Value

Type: XmlNode
Returns the node that was added.
Remarks
The settings are stored in an element called dependentAssembly.
See Also