Click or drag to resize
Sandcastle Help File BuilderTocEntryCollectionRemoveExcludedNodes Method
This will remove excluded nodes from a TOC created off of the additional content items in a project. In addition, it merges the information from folder entries into the folder nodes.

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void RemoveExcludedNodes(
	TocEntry parent
)

Parameters

parent
Type: SandcastleBuilder.Utils.ConceptualContentTocEntry
The parent node
See Also