Click or drag to resize

ShellTreeNode Constructor (ItemIdList, String, ShellTreeNode, Boolean, Boolean)

Initializes a new instance of the ShellTreeNode class.

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

Parameters

p_AbsoluteItemIdList
Type: Jam.ShellItemIdList
Absolute ItemIdList of the shell item that this ShellTreeNode should represent.
p_Text
Type: SystemString
Text that should be displayed for this ShellTreeNode
p_Parent
Type: Jam.ShellShellTreeNode
The parent ShellTreeNode und which this new instance should be added.
p_IsFolder
Type: SystemBoolean
pass true if the new instance should behave like a folder; otherwise passs false.
p_IsEnumerable
Type: SystemBoolean
if set to true the new instance is enumerable, i.e. has or could have children.
See Also