KeywordQuery Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the KeywordQuery class.
Overload List
Name | Description | |
---|---|---|
KeywordQuery(ServerContext) | Initializes a new instance of the KeywordQuery class, based on the specified service application context. | |
KeywordQuery(SPSite) | Initializes a new instance of the KeywordQuery class, based on the specified site. | |
KeywordQuery(String) | Obsolete. Initializes a new instance of the KeywordQuery class, based on the specified application name. | |
KeywordQuery(SearchServiceApplicationProxy) | Initializes a new instance of the KeywordQuery class, based on the specified Search service application. |
Top