| TocEntryCollectionRemoveExcludedNodes 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.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void RemoveExcludedNodes(
TocEntry parent
)
Public Sub RemoveExcludedNodes (
parent As TocEntry
)
public:
void RemoveExcludedNodes(
TocEntry^ parent
)
member RemoveExcludedNodes :
parent : TocEntry -> unit
Parameters
- parent
- Type: SandcastleBuilder.Utils.ConceptualContentTocEntry
The parent node
See Also