Click or drag to resize

CustomFileListTRemove Method (String)

Removes an item from the list.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public T Remove(
	string p_Filename
)

Parameters

p_Filename
Type: SystemString
the file or path of the item that is to be removed from the list

Return Value

Type: T
the item that has been removed, null if it has not been found in the list
See Also