Click or drag to resize

ShellTreeNode(ItemIdList, String, ShellTreeNode, Boolean) Constructor

Initializes a new instance of the ShellTreeNode class.

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

Parameters

p_AbsoluteItemIdList  ItemIdList
Absolute ItemIdList of the shell item that this ShellTreeNode should represent.
p_Text  String
Text that should be displayed for this ShellTreeNode
p_Parent  ShellTreeNode
The parent ShellTreeNode und which this new instance should be added.
p_IsFolder  Boolean
pass true if the new instance should behave like a folder; otherwise passs false.
See Also