Click or drag to resize

ShellTreeViewAddRoot(String) Method

Adds a root.

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

Parameters

pFolderPath  String
Full pathname of the folder to be added as root node.

Return Value

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