SharePointSearchRuntime.SendRequest Method
Include Protected Members
Include Inherited Members
Submits the search query to the SharePoint sites location.
Overload List
Name | Description | |
---|---|---|
SendRequest(String) | Submits the search query to the SharePoint sites location, and retrieves the search results based on the specified query. | |
SendRequest(String, ResultCallback) | Submits an asynchronous request for the query to the SharePoint sites location, and retrieves the result for the asynchronous request. |
Top