ShellTreeViewAddRoot(String) Method |
Adds a root.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ShellTreeNode AddRoot(
string pFolderPath
)
Public Function AddRoot (
pFolderPath As String
) As ShellTreeNode
public:
ShellTreeNode^ AddRoot(
String^ pFolderPath
)
member AddRoot :
pFolderPath : string -> ShellTreeNode Parameters
- pFolderPath String
- Full pathname of the folder to be added as root node.
Return Value
ShellTreeNodeA ShellTreeNode if the root was created successfully.
See Also