SearchEngineSearchText Method

Search a string for the given criteria.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public TextLineCollection SearchText(
	SearchCriteria criteria,
	string strText
)

Parameters

criteria  SearchCriteria
The criteria defining what to search for.
strText  String
The text to search.

Return Value

TextLineCollection
List of lines matching the search criteria

See Also