ShellBrowser .Net Edition
SelectSubFolder Method (p_FolderName)
NamespacesJam.ShellShellTreeViewSelectSubFolder(String)
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.
Declaration Syntax
C#Visual BasicVisual C++
public bool SelectSubFolder(
	string p_FolderName
)
Public Function SelectSubFolder ( _
	p_FolderName As String _
) As Boolean
public:
bool SelectSubFolder(
	String^ p_FolderName
)
Parameters
p_FolderName (String)
the foldername to search for in the child-ShellTreeNode of the currently selected node.
Return Value
true if p_FolderName could be selected as a subfolder

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)