ShellBrowser .Net Edition
GotoFolderIdList Method (p_ItemIdList)
NamespacesJam.ShellShellTreeViewGotoFolderIdList(ItemIdList)
Selects the ShellTreeNode for the given ItemIdList.
Declaration Syntax
C#Visual BasicVisual C++
protected bool GotoFolderIdList(
	ItemIdList p_ItemIdList
)
Protected Function GotoFolderIdList ( _
	p_ItemIdList As ItemIdList _
) As Boolean
protected:
bool GotoFolderIdList(
	ItemIdList^ p_ItemIdList
)
Parameters
p_ItemIdList (ItemIdList)
The ItemIdList of the shell item that should be selected.
Return Value
true if the requested shell item was found and selected; otherwise false.
Remarks
If for some reason only a prent item fo the requested shell item can be found, then this item will be selecdted.

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