Click or drag to resize
Sandcastle Help File BuilderTocEntrySaveAsSiteMapNode Method
Save this node and its children to the specified root node as site map nodes.

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void SaveAsSiteMapNode(
	XmlNode root
)

Parameters

root
Type: System.XmlXmlNode
The root node to which the current entry is added.
See Also