SearchEngineSearchText Method
Search a string for the given criteria.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public TextLineCollection SearchText(
SearchCriteria criteria,
string strText
)
public:
TextLineCollection^ SearchText(
SearchCriteria^ criteria,
String^ strText
)
- criteria SearchCriteria
- The criteria defining what to search for.
- strText String
- The text to search.
TextLineCollectionList of lines matching the search criteria