| DOMClientGetSearchResultsAsync Method  | 
Version 90.6.50 
            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: 90.6.50.0 (90.6.50.0)
 Syntax
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
See Also