Click or drag to resize

BaseShellItem(ItemIdList) Constructor

Construct a new item.

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

Parameters

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