A SearchFilter with all matching documents selected
C#
Remarks
If WantResultsAsFilter was set to true before the search was executed, ResultsAsFilter will hold a SearchFilter based on the results of the search. Each document retrieved in the search will be selected in the filter.
See Also