Searches the text for occurences of given text to search.
Namespace: FirstFloor.Documents.Search
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
Parameters
- text
- Type: SystemString
The text. - textToSearch
- Type: SystemString
The text to search.
Return Value
Type: IEnumerableSearchMatchA collection of search matches.
Implements
ISearchProviderSearchText(String, String)See Also