Share via


SearchAdminDashboardWebpart.BindContentToTable Method

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

See Also

Reference

SearchAdminDashboardWebpart Class

SearchAdminDashboardWebpart Members

Microsoft.Office.Server.Search.WebControls Namespace