Click or drag to resize
Sandcastle Help File BuilderFileTreeRemoveNode Method
Remove the children of a folder node from the project.

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public void RemoveNode(
	TreeNode node,
	bool permanently
)

Parameters

node
Type: System.Windows.FormsTreeNode
The parent folder node
permanently
Type: SystemBoolean
True to delete the items or false to just remove them from the project.
See Also