| TocEntrySaveAsSiteMapNode Method |
Save this node and its children to the specified root node as
site map nodes.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void SaveAsSiteMapNode(
XmlNode root
)
Public Sub SaveAsSiteMapNode (
root As XmlNode
)
public:
void SaveAsSiteMapNode(
XmlNode^ root
)
member SaveAsSiteMapNode :
root : XmlNode -> unit
Parameters
- root
- Type: System.XmlXmlNode
The root node to which the current entry
is added.
See Also