SearchResultsBaseDatasource Members
Include Protected Members
Include Inherited Members
Provides the base class for the data source control used to retrieve search results for the SharePoint Enterprise Search results Web Parts.
The SearchResultsBaseDatasource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SearchResultsBaseDatasource | Initializes a new instance of the SearchResultsBaseDatasource 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. | |
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. | |
EnablePhonetic | Gets or sets a Boolean value that specifies whether the phonetic forms of the query terms are used to find matches. | |
EnableStemming | Gets or sets a Boolean value that specifies whether stemming is enabled. | |
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. | |
IsChildControlStateCleared | (Inherited from Control.) | |
IsInPopupControlAsyncPostBack | This member is reserved for internal use and is not intended to be used directly from your code. | |
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. | |
IsViewStateEnabled | (Inherited from Control.) | |
LoadViewStateByID | (Inherited from Control.) | |
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. | |
PropertiesToRetrieve | Specifies the list of properties retrieved from the federated search location. | |
Query | Gets or sets the text for the search query. | |
QueryLanguage | Gets or sets the locale for the query. | |
RankingModelID | Specifies the identifier (ID) of the ranking model to use for the query. | |
RemoveDuplicates | Gets or sets a Boolean value that specifies whether to remove duplicate items from the federated search results. | |
ResultsPerPage | Gets or sets the number of rows to return for each search results page. | |
Site | (Inherited from Control.) | |
SkinID | (Inherited from DataSourceControl.) | |
SortOrder | Defines how the federated search results are sorted. | |
StartAt | Gets or sets the first row that is included in the federated search results. | |
SupplementalQuery | Gets or sets additional query terms for the search query to the federated location. | |
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. | |
UserCredentials | Represents the user credentials to pass with the search query to the federated location. | |
View | Gets or sets the data source view. | |
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