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.
Adds the controls for the More Results Link Options section.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Overridable Sub AddResultsMoreResultsSectionControls ( _
SectionTable As Table _
)
'Usage
Dim SectionTable As Table
Me.AddResultsMoreResultsSectionControls(SectionTable)
protected virtual void AddResultsMoreResultsSectionControls(
Table SectionTable
)
Parameters
SectionTable
Type: System.Web.UI.WebControls.TableThe table containing the controls for the More Results Link Options section.
See Also
Reference
SearchResultsBaseToolPart Class