SharePointSearchRuntime Members
Include Protected Members
Include Inherited Members
Implementation of runtime which performs a search against SharePoint sites.
The SharePointSearchRuntime type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SharePointSearchRuntime | Initializes a new instance of the SharePointSearchRuntime class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Config | Sets the configuration information for the SharePoint sites location. |
![]() |
KeywordQueryObject | Gets the object representing a keyword search query. |
![]() |
Location | Gets or sets the SharePoint sites location. |
![]() |
MaxSummaryLength | Gets or sets the maximum number of characters in the summary for a search result. |
![]() |
MaxUrlLength | Gets or sets the maximum number of characters in the URL for a search result. |
![]() |
RefinementManager | Gets or sets an object representing the refinement manager which configures the refinement calculation and mergers the refinement filters. |
![]() |
SupportsAsync | Gets a Boolean value that specifies whether the runtime implementation for searching SharePoint sites supports asynchronous query requests. |
Top
Methods
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.) |
Top