Click or drag to resize

JamBaseShellListViewFindItemIdList Method

Searches for the first list item with the given ItemIdList.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected ShellListBaseItem FindItemIdList(
	ItemIdList pItemIdList,
	bool pRelative
)

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: ShellListBaseItem
The first list item representing the passed ItemIdList. Null if no list item was found.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when one or more required arguments are null.
ArgumentExceptionThrown when one or more arguments have unsupported or have illegal values.
See Also