'Declaration Public Function SearchText( _ ByVal documentKey As System.String, _ ByVal query As System.String, _ ByVal caseSensitive As System.Boolean, _ ByVal useRegExp As System.Boolean _ ) As SearchResults
public SearchResults SearchText( System.string documentKey, System.string query, System.bool caseSensitive, System.bool useRegExp )
Parameters
- documentKey
 - Cached document key.
 - query
 - The search query.
 - caseSensitive
 - if set to 
truesearch will be case sensitive. - useRegExp
 - if set to 
truequery text will be recognized as a regular expression. 
Return Value
The Search Results.