DOMClientGetSearchResultsAsync Method  | 
Version 104.4.240 
            Returns search results from given `fromIndex` to given `toIndex` from the search with the given
            identifier.
            
 
    Namespace: 
   CefSharp.DevTools.DOM
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<GetSearchResultsResponse> GetSearchResultsAsync(
	string searchId,
	int fromIndex,
	int toIndex
)
public:
Task<GetSearchResultsResponse^>^ GetSearchResultsAsync(
	String^ searchId, 
	int fromIndex, 
	int toIndex
)
Parameters
- searchId
 - Type: SystemString
Unique search session identifier. - fromIndex
 - Type: SystemInt32
Start index of the search result to be returned. - toIndex
 - Type: SystemInt32
End index of the search result to be returned. 
Return Value
Type: 
TaskGetSearchResultsResponsereturns System.Threading.Tasks.Task<GetSearchResultsResponse>
See Also