Click or drag to resize

JamBaseShellListViewItemOfPidl Method

Returns the ListItem for the given ItemIdList

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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