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.2
Syntax
protected T AddPathToTempList(
	string p_Path,
	ItemIdList p_ItemIdList,
	bool p_Checked,
	bool p_ContainsDuplicates,
	List<T> itemsToBeAdded
)

Parameters

p_Path  String
The path of the item.
p_ItemIdList  ItemIdList
The absolute ItemIdList of the item.
p_Checked  Boolean
The checked state of the newly created item.
p_ContainsDuplicates  Boolean
set this to true if the list might contain duplicates (slower)
itemsToBeAdded  ListT
The items to be added.

Return Value

T
A LIST_ITEM.
See Also