Share via


BaseTableOfContentsToolPart.AddToContentSection method

When overridden in a derived class, inserts additional content into the Content section of the tool part pane.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Protected Overridable Sub AddToContentSection ( _
    table As Table _
)
'Usage
Dim table As Table

Me.AddToContentSection(table)
protected virtual void AddToContentSection(
    Table table
)

Parameters

See also

Reference

BaseTableOfContentsToolPart class

BaseTableOfContentsToolPart members

Microsoft.SharePoint.Publishing.WebControls namespace