ShellBrowser .Net Edition
Add Method (p_Path, p_Checked)
NamespacesJam.ShellFileListAdd(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.
Declaration Syntax
C#Visual BasicVisual C++
public FileListItem Add(
	string p_Path,
	bool p_Checked
)
Public Function Add ( _
	p_Path As String, _
	p_Checked As Boolean _
) As FileListItem
public:
FileListItem^ Add(
	String^ p_Path, 
	bool p_Checked
)
Parameters
p_Path (String)
The path to add
p_Checked (Boolean)
set this to true, if the item should be checked.
Return Value
The item that was added

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)