Click or drag to resize

ShellTreeViewGotoFolderIdList Method (ItemIdList, ShellTreeViewGotoFolderIdListAction)

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.1
Syntax
public bool GotoFolderIdList(
	ItemIdList p_ItemIdList,
	ShellTreeViewGotoFolderIdListAction p_Action
)

Parameters

p_ItemIdList
Type: Jam.ShellItemIdList
The ItemIdList of the shell item on that the action should be performed.
p_Action
Type: Jam.ShellShellTreeViewGotoFolderIdListAction
The action which should be performed.

Return Value

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