TocEntrySaveAsSiteMapNode Method

Save this node and its children to the specified root node as site map nodes

Definition

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

Parameters

root  XmlNode
The root node to which the current entry is added

See Also