Click or drag to resize

CustomFileListTAdd Method (String)

Adds a path to the filelist. The item is initialized unchecked 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 virtual T Add(
	string p_Path
)

Parameters

p_Path
Type: SystemString
The path to add

Return Value

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