Click or drag to resize

ShellTreeViewAddRoot Method (String)

Adds a root.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ShellTreeNode AddRoot(
	string pFolderPath
)

Parameters

pFolderPath
Type: SystemString
Full pathname of the folder to be added as root node.

Return Value

Type: ShellTreeNode
A ShellTreeNode if the root was created successfully.
See Also