TopFederatedResultsDatasource Members
Include Protected Members
Include Inherited Members
Represents the data source control used to retrieve the federated search results for the TopFederatedResultsWebPart Web Part.
The TopFederatedResultsDatasource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TopFederatedResultsDatasource | Initializes a new instance of the TopFederatedResultsDatasource class. |
Top
Properties
Name | Description | |
---|---|---|
Adapter | (Inherited from Control.) | |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
BindingContainer | (Inherited from Control.) | |
ChildControlsCreated | (Inherited from Control.) | |
ClientID | (Inherited from DataSourceControl.) | |
ClientIDSeparator | (Inherited from Control.) | |
Context | (Inherited from Control.) | |
Controls | (Inherited from DataSourceControl.) | |
DateFormat | Gets or sets the date and time formatting for the Web Part. (Inherited from SearchResultsBaseDatasource.) | |
DesignMode | (Inherited from Control.) | |
EnableNicknames | Gets or sets a Boolean value that specifies whether the exact terms in the search query are used to find matches, or if nicknames are used as well. (Inherited from SearchResultsBaseDatasource.) | |
EnablePhonetic | Gets or sets a Boolean value that specifies whether the phonetic forms of the query terms are used to find matches. (Inherited from SearchResultsBaseDatasource.) | |
EnableStemming | Gets or sets a Boolean value that specifies whether stemming is enabled. (Inherited from SearchResultsBaseDatasource.) | |
EnableTheming | (Inherited from DataSourceControl.) | |
EnableViewState | (Inherited from Control.) | |
Events | (Inherited from Control.) | |
HasChildViewState | (Inherited from Control.) | |
ID | (Inherited from Control.) | |
IdSeparator | (Inherited from Control.) | |
IgnoreNoise | Gets or sets a Boolean value that specifies whether noise words are included in the search query passed to the federated location. (Inherited from SearchResultsBaseDatasource.) | |
IsChildControlStateCleared | (Inherited from Control.) | |
IsInPopupControlAsyncPostBack | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from SearchResultsBaseDatasource.) | |
IsTrackingViewState | (Inherited from Control.) | |
IsTriggered | Gets a Boolean value that specifies whether the federated location configured for the Federated Results Web Part is ready to serve the search query. (Inherited from SearchResultsBaseDatasource.) | |
IsViewStateEnabled | (Inherited from Control.) | |
LoadViewStateByID | (Inherited from Control.) | |
LocationPriorityList | Gets or sets the list of locations configured for the Top Federated Results Web Part, in priority order. | |
NamingContainer | (Inherited from Control.) | |
Page | (Inherited from Control.) | |
Parent | (Inherited from Control.) | |
ParentWebpart | Gets or sets the parent SearchResultsBaseWebPart Web Part for the SearchResultsBaseDataSource object. (Inherited from SearchResultsBaseDatasource.) | |
PropertiesToRetrieve | Specifies the list of properties retrieved from the federated search location. (Inherited from SearchResultsBaseDatasource.) | |
Query | Gets or sets the text for the search query. (Inherited from SearchResultsBaseDatasource.) | |
QueryLanguage | Gets or sets the locale for the query. (Inherited from SearchResultsBaseDatasource.) | |
RankingModelID | Specifies the identifier (ID) of the ranking model to use for the query. (Inherited from SearchResultsBaseDatasource.) | |
RemoveDuplicates | Gets or sets a Boolean value that specifies whether to remove duplicate items from the federated search results. (Inherited from SearchResultsBaseDatasource.) | |
ResultsPerPage | Gets or sets the number of rows to return for each search results page. (Inherited from SearchResultsBaseDatasource.) | |
Site | (Inherited from Control.) | |
SkinID | (Inherited from DataSourceControl.) | |
SortOrder | Defines how the federated search results are sorted. (Inherited from SearchResultsBaseDatasource.) | |
StartAt | Gets or sets the first row that is included in the federated search results. (Inherited from SearchResultsBaseDatasource.) | |
SupplementalQuery | Gets or sets additional query terms for the search query to the federated location. (Inherited from SearchResultsBaseDatasource.) | |
TemplateControl | (Inherited from Control.) | |
TemplateSourceDirectory | (Inherited from Control.) | |
UniqueID | (Inherited from Control.) | |
UseLocationVisualization | Gets or sets a Boolean value indicating whether the Federated Results Web Part uses the XSLT transformation specified in the federated location's definition. (Inherited from SearchResultsBaseDatasource.) | |
UserCredentials | Represents the user credentials to pass with the search query to the federated location. (Inherited from SearchResultsBaseDatasource.) | |
View | Gets or sets the data source view. (Inherited from SearchResultsBaseDatasource.) | |
ViewState | (Inherited from Control.) | |
ViewStateIgnoresCase | (Inherited from Control.) | |
Visible | (Inherited from DataSourceControl.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
DataBinding | (Inherited from Control.) | |
Disposed | (Inherited from Control.) | |
Init | (Inherited from Control.) | |
Load | (Inherited from Control.) | |
PreRender | (Inherited from Control.) | |
Unload | (Inherited from Control.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IParserAccessor.AddParsedSubObject | (Inherited from Control.) | |
IListSource.ContainsListCollection | (Inherited from DataSourceControl.) | |
IControlBuilderAccessor.ControlBuilder | (Inherited from Control.) | |
IDataBindingsAccessor.DataBindings | (Inherited from Control.) | |
IDataSource.DataSourceChanged | (Inherited from DataSourceControl.) | |
IExpressionsAccessor.Expressions | (Inherited from Control.) | |
IControlDesignerAccessor.GetDesignModeState | (Inherited from Control.) | |
IListSource.GetList | (Inherited from DataSourceControl.) | |
IDataSource.GetView | (Inherited from DataSourceControl.) | |
IDataSource.GetViewNames | (Inherited from DataSourceControl.) | |
IDataBindingsAccessor.HasDataBindings | (Inherited from Control.) | |
IExpressionsAccessor.HasExpressions | (Inherited from Control.) | |
IControlDesignerAccessor.SetDesignModeState | (Inherited from Control.) | |
IControlDesignerAccessor.SetOwnerControl | (Inherited from Control.) | |
IControlDesignerAccessor.UserData | (Inherited from Control.) |
Top