CustomFileListTIsItemInList Method |
Checks whether an item with the given filename can be found in the list.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 String
- the filename to check for
Return Value
Booleantrue if the filename is in the filelist
See Also