Click or drag to resize

BaseShellItem Constructor (ItemIdList)

Construct a new item.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public BaseShellItem(
	ItemIdList p_ItemIdList
)

Parameters

p_ItemIdList
Type: Jam.ShellItemIdList
The ItemIdList that specifies the item within the system. Parameter may not be null.
See Also