TocEntrySaveAsSiteMapNode Method

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

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public void SaveAsSiteMapNode(
	XmlNode root
)

Parameters

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

See Also