Click or drag to resize

ShellSystemListGetItem Method

Get the ItemIdList at the index specified.

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

Parameters

index  Int32
The index of the item which ItemIdList should be retrieved.

Return Value

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