Click or drag to resize

FileListAdd Method (String, Boolean)

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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public FileListItem Add(
	string pPath,
	bool pChecked
)

Parameters

pPath
Type: SystemString
The path to add
pChecked
Type: SystemBoolean
set this to true, if the item should be checked.

Return Value

Type: FileListItem
The item that was added
See Also