ShellTreeViewGotoFolderIdList Method (ItemIdList, ShellTreeViewGotoFolderIdListAction) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool GotoFolderIdList(
ItemIdList p_ItemIdList,
ShellTreeViewGotoFolderIdListAction p_Action
)
Public Function GotoFolderIdList (
p_ItemIdList As ItemIdList,
p_Action As ShellTreeViewGotoFolderIdListAction
) As Boolean
public:
bool GotoFolderIdList(
ItemIdList^ p_ItemIdList,
ShellTreeViewGotoFolderIdListAction p_Action
)
member GotoFolderIdList :
p_ItemIdList : ItemIdList *
p_Action : ShellTreeViewGotoFolderIdListAction -> bool
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:
Booleantrue if the requested shell item was found and the action could be performed; otherwise
false.
See Also