CustomFileListTRemove(String) Method |
Removes an item from the list.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 String
- the file or path of the item that is to be removed from the list
Return Value
Tthe item that has been removed, null if it has not been found in the list
See Also