ShellBrowser .Net Edition
GotoFolderIdList Method (p_ItemIdList, p_Action)
NamespacesJam.ShellShellTreeViewGotoFolderIdList(ItemIdList, ShellTreeView..::.GotoFolderIdListAction)
Tries to find the ShellTreeNode for the given ItemIdList and executes the requested action on it.
Declaration Syntax
C#Visual BasicVisual C++
protected bool GotoFolderIdList(
	ItemIdList p_ItemIdList,
	ShellTreeView..::.GotoFolderIdListAction p_Action
)
Protected Function GotoFolderIdList ( _
	p_ItemIdList As ItemIdList, _
	p_Action As ShellTreeView..::.GotoFolderIdListAction _
) As Boolean
protected:
bool GotoFolderIdList(
	ItemIdList^ p_ItemIdList, 
	ShellTreeView..::.GotoFolderIdListAction p_Action
)
Parameters
p_ItemIdList (ItemIdList)
The ItemIdList of the shell item on that the action should be performed.
p_Action (ShellTreeView..::.GotoFolderIdListAction)
The action which should be performed.
Return Value
true if the requested shell item was found and the action could be performed; otherwise false.

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