Click or drag to resize

CustomFileListTIsItemInList Method

Checks whether an item with the given filename can be found in the list.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool IsItemInList(
	string p_FileName
)

Parameters

p_FileName
Type: SystemString
the filename to check for

Return Value

Type: Boolean
true if the filename is in the filelist
See Also