Click or drag to resize

CustomFileList<T>.AddPathToTempList Method

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

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

Parameters

p_Path
Type: System.String
The path of the item.
p_ItemIdList
Type: Jam.Shell.ItemIdList
The absolute ItemIdList of the item.
p_Checked
Type: System.Boolean
The checked state of the newly created item.
p_ContainsDuplicates
Type: System.Boolean
set this to true if the list might contain duplicates (slower)
itemsToBeAdded
Type: System.Collections.Generic.List<T>
The items to be added.

Return Value

Type: T
A LIST_ITEM.
See Also