dtSearch Text Retrieval Engine .NET interface

SearchResultsItem.VetoThisItem Field

Use to prevent an item from being added to SearchResults in the OnFound callback.

public bool VetoThisItem;

Remarks

In the OnFound callback in ISearchStatusHandler, set VetoThisItem = true to prevent the item from being included in search results.

See Also

SearchResultsItem Class | dtSearch.Engine Namespace