Information about a document retrieved in a search.
dtSearch::Engine::SearchResultsItem
C#
public class SearchResultsItem;
Remarks
SearchResultsItem is returned through the OnFound callback in ISearchSearchStatusHandler, and from SearchResults.
Information returned through OnFound will be incomplete if the dtsSearchDelayDocInfo flag was used in the search, because the callback is called without reading document information records from the index.
See Also