Click or drag to resize

ShellListItem(ItemIdList, ItemIdList, String, Boolean) Constructor

Initalizes a new ShellListItem.

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

Parameters

p_AbsoluteItemIdList  ItemIdList
The absolute ItemIdList of this shell item. If initialized with null it will be retrieved lazily when accessing the AbsoluteItemIdList property.
p_ItemIdList  ItemIdList
The ItemIdList relative to the parent folder of this shell item.
p_Text  String
The text that should be shown for this shell item.
p_IsFolder  Boolean
Pass true, if this item is a folder; false otherwise.
See Also