CustomFileListTRemove Method (String) |
Removes an item from the list.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public T Remove(
string p_Filename
)
Public Function Remove (
p_Filename As String
) As T
public:
T Remove(
String^ p_Filename
)
member Remove :
p_Filename : string -> 'T
Parameters
- p_Filename
- Type: SystemString
the file or path of the item that is to be removed from the list
Return Value
Type:
Tthe item that has been removed, null if it has not been found in the list
See Also