Method InitSearchList
InitSearchList(ref ISearch, SearchOptions, string)
Initializes list of files where search will be performed and raises InitSearch
event with specified parameters.
public virtual void InitSearchList(ref ISearch search, SearchOptions options, string filter = "")
Parameters
search
ISearchISearch
object that performs text search.options
SearchOptionsRepresents search options.
filter
stringFilter search list.