QuerySuggestionsDatasource class
SharePoint Online
Represents the data source control used to retrieve the query suggestions for the Query Suggestions Web Part.
System.Object
System.Web.UI.Control
System.Web.UI.DataSourceControl
Microsoft.Office.Server.Search.WebControls.SearchResultsBaseDatasource
Microsoft.Office.Server.Search.WebControls.QuerySuggestionsDatasource
System.Web.UI.Control
System.Web.UI.DataSourceControl
Microsoft.Office.Server.Search.WebControls.SearchResultsBaseDatasource
Microsoft.Office.Server.Search.WebControls.QuerySuggestionsDatasource
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] [SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)] [AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)] public class QuerySuggestionsDatasource : SearchResultsBaseDatasource
This is the data source that the QuerySuggestionsWebPart class uses to gather data. It is the intermediary between the consuming QuerySuggestionsWebPart object and the QuerySuggestionsDatasourceView object.
Show: