Query constructor
Initializes a new instance of the Query class.
Overload list
Name | Description | |
---|---|---|
Query(ServerContext) | Initializes a new instance of the Query class, based on the specified service application. | |
Query(SPSite) | Initializes a new instance of the Query class, based on the specified site. | |
Query(SPWeb) | Initializes a new instance of the Query class, based on the specified SharePoint page. | |
Query(SearchServiceApplicationProxy) | Initializes a new instance of the Query class based on the specified Search service application. |
Top