ShellBrowser .Net Edition
Add Method (p_Path, p_Checked, p_CheckDuplicates)
NamespacesJam.ShellCustomFileList<(Of <(LIST_ITEM>)>)Add(String, Boolean, Boolean)
Adds a file or path to the list.
Declaration Syntax
C#Visual BasicVisual C++
public LIST_ITEM Add(
	string p_Path,
	bool p_Checked,
	bool p_CheckDuplicates
)
Public Function Add ( _
	p_Path As String, _
	p_Checked As Boolean, _
	p_CheckDuplicates As Boolean _
) As LIST_ITEM
public:
LIST_ITEM Add(
	String^ p_Path, 
	bool p_Checked, 
	bool p_CheckDuplicates
)
Parameters
p_Path (String)
The item to add.
p_Checked (Boolean)
Whether the item is marked or not.
p_CheckDuplicates (Boolean)
If true, checks for a duplicate path already contained in the list.
Return Value
the item that was added, null if CheckIfExists was enabled and the file has not been found.

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