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.
Returns the ToolParts object that are displayed in the toolbar.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function GetToolParts As ToolPart()
'Usage
Dim instance As TableOfContentsWebPart
Dim returnValue As ToolPart()
returnValue = instance.GetToolParts()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override ToolPart[] GetToolParts()
Return Value
Type: []
An array of ToolParts that appear in the toolbar.
Remarks
All user interface configuration of this Web Part is performed through the TableOfContentsToolPart.
See Also
Reference
TableOfContentsWebPart Members