Click or drag to resize

JamBaseShellListViewItemOfPidl Method

Returns the ListItem for the given ItemIdList

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

Parameters

p_ItemIdList  ItemIdList
An ItemIdList relative to the current folder.

Return Value

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