SearchConfiguration Class

Top  Previous  Next

For a list of all members of this type, see SearchConfiguration Members.

 

Description

 

Represents the configuration information used to control an instance of SearchEngine.

 

 

Thread Safety

 

This class is STA based and therefore safe for multithreaded access as long as the creating process continues to process its message loop.

 

Remarks

 

This class is not created directly but referenced from an instance of SearchEngine. The base configuration is loaded from the config.xml file, for more information see Configuration Files.

 

 

Example

 

[Visual Basic]

 

 

 engineSearch = New SearchEngineClass

 

 engineSearch.SearchCriteria.FileName         = "*.txt"

 engineSearch.SearchCriteria.ContainingText   = "search"

 engineSearch.SearchCriteria.LookIn           = "c:\search folder"

 

 engineSearch.SearchConfiguration.SearchThreadCount = 1

 

 Dim listResult As SearchResultItemList = engineSearch.Start( False )

 

 


Copyright © 2003-2013 Mythicsoft Ltd. All rights reserved.
SDK help file version: 7.0.2