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
)
Public Function IsItemInList (
p_FileName As String
) As Boolean
public:
bool IsItemInList(
String^ p_FileName
)
member IsItemInList :
p_FileName : string -> bool
Parameters
- p_FileName
- Type: SystemString
the filename to check for
Return Value
Type:
Booleantrue if the filename is in the filelist
See Also