ListResultsBase.FillListData Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Overridable Sub FillListData ( _
startRowIndex As Integer, _
endRowIndex As Integer _
)
'Usage
Dim startRowIndex As Integer
Dim endRowIndex As Integer
Me.FillListData(startRowIndex, endRowIndex)
protected virtual void FillListData(
int startRowIndex,
int endRowIndex
)
Parameters
- startRowIndex
Type: System.Int32
- endRowIndex
Type: System.Int32