Click or drag to resize

DOMClientDiscardSearchResultsAsync Method

Version 86.0.240
Discards search results from the session with the given id. `getSearchResults` should no longer be called for that search.

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> DiscardSearchResultsAsync(
	string searchId
)

Parameters

searchId
Type: SystemString
Unique search session identifier.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also