Click or drag to resize

JamBaseShellListViewFindItemIdList Method

Searches for the first list item with the given ItemIdList.

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

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

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