| ReferenceLinkSettingsCollectionToXml Method |
This is used to save the reference link settings list to the
configuration settings.
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax public void ToXml(
XmlDocument config,
XmlNode root
)
Public Sub ToXml (
config As XmlDocument,
root As XmlNode
)
public:
void ToXml(
XmlDocument^ config,
XmlNode^ root
)
member ToXml :
config : XmlDocument *
root : XmlNode -> unit
Parameters
- config
- Type: System.XmlXmlDocument
The XML configuration document. - root
- Type: System.XmlXmlNode
The root configuration node
See Also