JamBaseShellListViewFindItemIdList Method |
Searches for the first list item with the given ItemIdList.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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 ItemIdList
- An absolute or relative ItemIdList to search.
- pRelative Boolean
- True if the ItemIdList is relative. False if the item's AbsoluteItemIdList is checked.
Return Value
ShellListBaseItemThe first list item representing the passed ItemIdList. Null if no list item was found.
Exceptions
See Also