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 (in ShellBrowser.dll) Version: 7.1
Syntax public virtual T Add(
string p_Path
)
Public Overridable Function Add (
p_Path As String
) As T
public:
virtual T Add(
String^ p_Path
)
abstract Add :
p_Path : string -> 'T
override Add :
p_Path : string -> 'T
Parameters
- p_Path
- Type: SystemString
The path to add
Return Value
Type:
TThe item that was added, null if CheckIfExists was enabled and the file has not been found.
See Also