SharePointSearchRuntime methods
SharePoint 2013
The SharePointSearchRuntime type exposes the following members.
| Name | Description | |
|---|---|---|
|
Close | Closes the connection to the SharePoint sites location. |
|
DecodeForLocationQueryFormat | Decodes the query string from the SharePoint site location URL. |
|
Dispose | Releases the resources for the SharePoint sites location. |
|
EncodeForLocationQueryFormat | Encodes a string for use in the SharePoint sites location URL’s query string. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetException | Returns the exception from the SharePoint sites location. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
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. |
|
SetAndRetrieveQueryTermOnly | Retrieves just the keywords returned for the full search query. |
|
SetSortOrderToLastModifiedTime | Clears the existing sort order, and sets it to the last modified time. |
|
ToString | (Inherited from Object.) |
Show: