JamBaseShellListViewFindItemIdList Method |
Searches for the first list item with the given ItemIdList.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected ShellListBaseItem FindItemIdList(
ItemIdList pItemIdList,
bool pRelative
)
Protected Function FindItemIdList (
pItemIdList As ItemIdList,
pRelative As Boolean
) As ShellListBaseItem
protected:
ShellListBaseItem^ FindItemIdList(
ItemIdList^ pItemIdList,
bool pRelative
)
member FindItemIdList :
pItemIdList : ItemIdList *
pRelative : bool -> ShellListBaseItem
Parameters
- pItemIdList
- Type: Jam.ShellItemIdList
An absolute or relative ItemIdList to search. - pRelative
- Type: SystemBoolean
True if the ItemIdList is relative. False if the item's AbsoluteItemIdList is checked.
Return Value
Type:
ShellListBaseItemThe first list item representing the passed ItemIdList. Null if no list item was found.
Exceptions See Also