Click or drag to resize
Sandcastle Help File BuilderTocEntryLoadSiteMapNode Method
This will load information about the entry from the node and will also load all child nodes.

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

Parameters

site
Type: System.XmlXmlNode
The site map node to use for this entry
See Also