Click or drag to resize

ShellListItem Constructor (ItemIdList, 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_AbsoluteItemIdList,
	ItemIdList p_ItemIdList,
	string p_Text,
	bool p_IsFolder
)

Parameters

p_AbsoluteItemIdList
Type: Jam.ShellItemIdList
The absolute ItemIdList of this shell item. If initialized with null it will be retrieved lazily when accessing the AbsoluteItemIdList property.
p_ItemIdList
Type: Jam.ShellItemIdList
The ItemIdList relative to the parent folder 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