ISearchManager.RemoveResult method
Namespace: NextDesign.Core
Description
Deletes the specified search results.
If you specify a search result that has already been deleted, nothing will be done.
argument
Name | Type | Description |
---|---|---|
entry | ISearchResultEntry | Individual Search Result |
Return value
- void
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for entry |