Click or drag to resize
Sandcastle Help File BuilderFileTreeLoadTree Method
Load the tree with the folder and file items

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public void LoadTree(
	Collection<FileItem> files
)

Parameters

files
Type: System.Collections.ObjectModelCollectionFileItem
The folder and file build items from the project
See Also