Click or drag to resize

CustomFileListTAddPathToTempList Method

Creates a new list item and adds it to the passed temporary list.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected T AddPathToTempList(
	string p_Path,
	ItemIdList p_ItemIdList,
	bool p_Checked,
	bool p_ContainsDuplicates,
	List<T> itemsToBeAdded
)

Parameters

p_Path
Type: SystemString
The path of the item.
p_ItemIdList
Type: Jam.ShellItemIdList
The absolute ItemIdList of the item.
p_Checked
Type: SystemBoolean
The checked state of the newly created item.
p_ContainsDuplicates
Type: SystemBoolean
set this to true if the list might contain duplicates (slower)
itemsToBeAdded
Type: System.Collections.GenericListT
The items to be added.

Return Value

Type: T
A LIST_ITEM.
See Also