Click or drag to resize

FileListAdd(String, Boolean) Method

Adds a path to the filelist. The item is initialized with state given in checked parameter and it is assumed, that it is no duplicate entry.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public FileListItem Add(
	string pPath,
	bool pChecked
)

Parameters

pPath  String
The path to add
pChecked  Boolean
set this to true, if the item should be checked.

Return Value

FileListItem
The item that was added
See Also