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
)
Public Function AddRoot (
pFolderPath As String
) As ShellTreeNode
public:
ShellTreeNode^ AddRoot(
String^ pFolderPath
)
member AddRoot :
pFolderPath : string -> ShellTreeNode
Parameters
- pFolderPath
- Type: SystemString
Full pathname of the folder to be added as root node.
Return Value
Type:
ShellTreeNodeA ShellTreeNode if the root was created successfully.
See Also