SearchEngine Members
SearchEngine overview
Public Properties
SearchConfiguration
Search engine configuration that controls the way the search engine will process files.
SearchCriteria
Criteria for running the search the next time the Start method is executed.
Public Methods
Cancel
Stops the current search.
Start
Start the search with the current criteria and configuration.
Public Events
OnFileFound
Occurs when one or more files are found.
OnProgress
Occurs at regular intervals to report search progress.
OnSearchFinish
Occurs at end of search.
OnSearchStart
Occurs at start of search.
These interfaces provide additional functionality to the SearchEngine Class.
ISearchEngine2