Click or drag to resize

ShellTreeViewGotoFolderIdList(ItemIdList, ShellTreeViewGotoFolderIdListAction) Method

Tries to find the ShellTreeNode for the given ItemIdList and executes the requested action on it.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public bool GotoFolderIdList(
	ItemIdList p_ItemIdList,
	ShellTreeViewGotoFolderIdListAction p_Action
)

Parameters

p_ItemIdList  ItemIdList
The ItemIdList of the shell item on that the action should be performed.
p_Action  ShellTreeViewGotoFolderIdListAction
The action which should be performed.

Return Value

Boolean
true if the requested shell item was found and the action could be performed; otherwise false.
See Also