Click or drag to resize

ShellListItem Constructor (ItemIdList, String, Boolean)

Initalizes a new ShellListItem.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ShellListItem(
	ItemIdList p_ItemIdList,
	string p_Text,
	bool p_IsFolder
)

Parameters

p_ItemIdList
Type: Jam.ShellItemIdList
The ItemIdList of this shell item.
p_Text
Type: SystemString
The text that should be shown for this shell item.
p_IsFolder
Type: SystemBoolean
Pass true, if this item is a folder; false otherwise.
See Also