Click or drag to resize

ShellTreeViewSelectSubFolder Method

Selects a sub folder (if existant) of the name given as a parameter if p_FolderName is null an ArgumentNullException is thrown. if no node is currently selected nothing happens and false is returned. if no sub folder of the given name exists the method returns false as well.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool SelectSubFolder(
	string p_FolderName
)

Parameters

p_FolderName
Type: SystemString
the foldername to search for in the child-ShellTreeNode of the currently selected node.

Return Value

Type: Boolean
true if p_FolderName could be selected as a subfolder
See Also