Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
SearchResultsItem::VetoThisItem Data Member

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

public bool VetoThisItem;

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