Click or drag to resize

CustomFileListTRemove(String) Method

Removes an item from the list.

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

Parameters

p_Filename  String
the file or path of the item that is to be removed from the list

Return Value

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