ShellBrowser .Net Edition
ShellListItem Constructor (p_ItemIdList, p_Text, p_IsFolder)
NamespacesJam.ShellShellListItemShellListItem(ItemIdList, String, Boolean)
Initalizes a new ShellListItem.
Declaration Syntax
C#Visual BasicVisual C++
public ShellListItem(
	ItemIdList p_ItemIdList,
	string p_Text,
	bool p_IsFolder
)
Public Sub New ( _
	p_ItemIdList As ItemIdList, _
	p_Text As String, _
	p_IsFolder As Boolean _
)
public:
ShellListItem(
	ItemIdList^ p_ItemIdList, 
	String^ p_Text, 
	bool p_IsFolder
)
Parameters
p_ItemIdList (ItemIdList)
The ItemIdList 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.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)