Click or drag to resize

IFileMatcher Interface

This interface is used to call a file matching mechanism from the background worker thread managed within a FileSearcher instance. Furthermore it is used by the File/Folder change notification.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public interface IFileMatcher

The IFileMatcher type exposes the following members.

Methods
  NameDescription
Public methodFileMatches
Check if a file matches
Top
See Also