Share via


TableOfContentsToolPart.AddToContentSection method

Adds tabular data to the Content section of the table of contents toolpart.

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

Syntax

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

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

Parameters

See also

Reference

TableOfContentsToolPart class

TableOfContentsToolPart members

Microsoft.SharePoint.Publishing.WebControls namespace