ListResultsBase Members
Include Protected Members
Include Inherited Members
This class and its members are reserved for internal use and are not intended to be used in your code.
The ListResultsBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ListResultsBase | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
AdvancedPagingControlMode | Gets or sets the paging control mode of the WebPart. (Inherited from DataResultBase.) | |
AlternatingCssClass | Gets or sets the name of a CSS class defining alternating row display characteristics. (Inherited from DataResultBase.) | |
CollapseGroupString | Gets or sets the string that will be displayed with the collapse results control. (Inherited from DataResultBase.) | |
ColumnDisplayNames | Gets or sets the column heading names. (Inherited from DataResultBase.) | |
ColumnNumberForEachItem | Gets or sets the number of columns to display in the first row for each item in the result set. (Inherited from DataResultBase.) | |
ColumnURIs | Gets or sets the Uniform Resource Identifiers (URIs) associated with the columns. This enables you to choose the property on which the column will sort. (Inherited from DataResultBase.) | |
ColumnWidths | Gets or sets the width of columns in the search results page. (Inherited from DataResultBase.) | |
DataColumnURISchema | (Inherited from DataResultBase.) | |
DefaultGroupBy | Gets or sets the default column name by which to group the results. (Inherited from DataResultBase.) | |
DefaultSortBy | Gets or sets the default column name by which to sort the results. (Inherited from DataResultBase.) | |
EnableQueryLogging | Gets or sets a value that enables query logging. (Inherited from DataResultBase.) | |
EnableSmartGrouping | Gets or sets a value that enables smart grouping on the result set. (Inherited from DataResultBase.) | |
EnableSQLCommandLogging | Gets or sets a value that enables SQL command logging. (Inherited from DataResultBase.) | |
ExpandGroupString | (Inherited from DataResultBase.) | |
FixLayout | Gets or sets a value that indicates direct control of the table style. (Inherited from DataResultBase.) | |
GroupByList | Gets or sets the list of properties to group by. (Inherited from DataResultBase.) | |
IsItemIconClickable | (Inherited from DataResultBase.) | |
MaxGroupPreviewNum | (Inherited from DataResultBase.) | |
MaxMatchingItemsNumber | Gets or sets the upper limit of the number of documents that are displayed in one result page. (Inherited from DataResultBase.) | |
OpenNewWindowForMatchingItems | (Inherited from DataResultBase.) | |
ResultListID | Gets or sets the identifier of the results Web Part. (Inherited from DataResultBase.) | |
RowNumberForEachItem | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides DataResultBase.RowNumberForEachItem.) | |
ShowRankForEachItem | (Inherited from DataResultBase.) | |
SortByList | Gets or sets the list of properties to sort on. (Inherited from DataResultBase.) | |
SupportExpandCollapseAll | (Inherited from DataResultBase.) | |
SupportGroupBy | (Inherited from DataResultBase.) | |
SupportItemIcon | (Inherited from DataResultBase.) | |
SupportPaging | (Inherited from DataResultBase.) | |
SupportShowHideDetail | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides DataResultBase.SupportShowHideDetail.) | |
SupportSortBy | (Inherited from DataResultBase.) | |
TextForNoResults | (Inherited from DataResultBase.) | |
UseAlternatingColors | (Inherited from DataResultBase.) |
Top
Methods
Name | Description | |
---|---|---|
AcquireHugeStringBuilder | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from DataResultBase.) | |
AcquireStringBuilder | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from DataResultBase.) | |
CreateActionMenusTemplates | Creates action menu templates to avoid creating separate menus for each results item. (Inherited from DataResultBase.) | |
CreateChildControls | Creates the control tree for the result set. (Inherited from DataResultBase.) | |
FillListData | This member is reserved for internal use and is not intended to be used directly from your code. | |
GetCurrentRow | (Inherited from DataResultBase.) | |
GetQueryResults | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides DataResultBase.GetQueryResults(Object).) | |
GetTotalMatchingItemNum | (Inherited from DataResultBase.) | |
GetTotalResultRowNumber | (Inherited from DataResultBase.) | |
IssueQuery | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides DataResultBase.IssueQuery(String, Int32, Int32).) | |
OnInit | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides DataResultBase.OnInit(Object, EventArgs).) | |
OnLoad | (Inherited from DataResultBase.) | |
OnPreRender | (Inherited from DataResultBase.) | |
ReleaseHugeStringBuilder | (Inherited from DataResultBase.) | |
ReleaseStringBuilder | (Inherited from DataResultBase.) | |
RenderOneColumnTitle | (Inherited from DataResultBase.) | |
RenderWebPart | (Inherited from DataResultBase.) |
Top
Fields
Name | Description | |
---|---|---|
_GroupColumns | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from DataResultBase.) | |
IsAdminContextOnly | (Inherited from DataResultBase.) | |
OutOfContext | (Inherited from DataResultBase.) | |
UseHugeStringBuilderBuffer | (Inherited from DataResultBase.) |
Top