Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts the information about subsystems in search into a Table object.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected MustOverride Sub BindContentToTable ( _
pageNumber As Integer, _
contentTable As Table _
)
'Usage
Dim pageNumber As Integer
Dim contentTable As Table
Me.BindContentToTable(pageNumber, _
contentTable)
protected abstract void BindContentToTable(
int pageNumber,
Table contentTable
)
Parameters
- pageNumber
Type: System.Int32
The page number to display.
- contentTable
Type: System.Web.UI.WebControls.Table
The table in which to display the information about subsystems in search.
See Also
Reference
SearchAdminDashboardWebpart Class