Click or drag to resize

ShellSystemListGetItem Method

Get the ItemIdList at the index specified.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public ItemIdList GetItem(
	int index
)

Parameters

index
Type: SystemInt32
The index of the item which ItemIdList should be retrieved.

Return Value

Type: ItemIdList
Absolute ItemIdList to the item at the index, null if no item was found at the index.
See Also