FederatedResultsDatasource Members
Include Protected Members
Include Inherited Members
Represents the data source control used to retrieve the federated search results for the FederatedResultsWebPart Web Part.
The FederatedResultsDatasource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FederatedResultsDatasource | Initializes a new instance of the FederatedResultsDatasource 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.) | |
DesignMode | (Inherited from Control.) | |
EnableStemming | (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.) | |
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.) | |
Location | Gets or sets the federated search location. | |
NamingContainer | (Inherited from Control.) | |
Page | (Inherited from Control.) | |
Parent | (Inherited from Control.) | |
ParentWebpart | Gets or sets the parent SearchResultsBaseWebPart Web Part for the SearchResultsBaseDataSource. (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.) | |
RemoveDuplicates | Gets or sets a Boolean value that specifies whether duplicate items should be removed 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 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 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