Click or drag to resize

CustomFileListTAdd Method (String, Boolean, Boolean)

Adds a file or path to the list.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public T Add(
	string p_Path,
	bool p_Checked,
	bool p_CheckDuplicates
)

Parameters

p_Path
Type: SystemString
The item to add.
p_Checked
Type: SystemBoolean
Whether the item is marked or not.
p_CheckDuplicates
Type: SystemBoolean
If true, checks for a duplicate path already contained in the list.

Return Value

Type: T
the item that was added, null if CheckIfExists was enabled and the file has not been found.
See Also