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 (in ShellBrowser.dll) Version: 7.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