ShellBrowser .Net Edition
IsItemInList Method (p_FileName)
NamespacesJam.ShellCustomFileList<(Of <(LIST_ITEM>)>)IsItemInList(String)
Checks whether an item with the given filename can be found in the list.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsItemInList(
	string p_FileName
)
Public Function IsItemInList ( _
	p_FileName As String _
) As Boolean
public:
bool IsItemInList(
	String^ p_FileName
)
Parameters
p_FileName (String)
the filename to check for
Return Value
true if the filename is in the filelist

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)