TextSearchFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to provide filtering when using ITextSearch.
public sealed class TextSearchFilter
type TextSearchFilter = class
Public NotInheritable Class TextSearchFilter
- Inheritance
-
TextSearchFilter
Remarks
A filter has a collection of FilterClauses that can be used by an ITextSearch implementation to request that the underlying search service filter the search results.
Constructors
| TextSearchFilter() |
Properties
| FilterClauses |
The clauses to apply to the TextSearchFilter |
Methods
| Equality(String, Object) |
Add a equality clause to the filter options. |