ShellTreeViewGotoFolderIdList(ItemIdList, ShellTreeViewGotoFolderIdListAction) Method |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 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
Booleantrue if the requested shell item was found and the action could be performed; otherwise
false.
See Also