ShellBrowser .Net Edition
RefreshNode Method (p_Node, p_Recursive, p_FullRefresh)
NamespacesJam.ShellShellTreeViewRefreshNode(ShellTreeNode, Boolean, Boolean)
Refreshes a Node, by clearing its content, and refilling the sub-tree with new, probably more current information from the file-system OnBeforeExpand(TreeViewCancelEventArgs)
Declaration Syntax
C#Visual BasicVisual C++
protected void RefreshNode(
	ShellTreeNode p_Node,
	bool p_Recursive,
	bool p_FullRefresh
)
Protected Sub RefreshNode ( _
	p_Node As ShellTreeNode, _
	p_Recursive As Boolean, _
	p_FullRefresh As Boolean _
)
protected:
void RefreshNode(
	ShellTreeNode^ p_Node, 
	bool p_Recursive, 
	bool p_FullRefresh
)
Parameters
p_Node (ShellTreeNode)
The node that should be refreshed.
p_Recursive (Boolean)
Pass true, if all subfolders should also be refreshed as well; otherwise false
p_FullRefresh (Boolean)
Pass true if the node should be fully refreshed; false for an optimized (faster) refresh.
See Also

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