ShellTreeViewAddRoot Method (String) |
Adds a root.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.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