Click or drag to resize

JamBaseShellListViewItemOfPidl Method

Returns the ListItem for the given ItemIdList

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected ShellListBaseItem ItemOfPidl(
	ItemIdList p_ItemIdList
)

Parameters

p_ItemIdList
Type: Jam.ShellItemIdList
An ItemIdList relative to the current folder.

Return Value

Type: ShellListBaseItem
The ListItem that correponds to the given ITemIdList, null if no matching item could be found.
See Also