Share via


UserProfileServiceStatisticsWebPartBase.RenderSectionHeader Method

Renders the sectionTitle as a styled table row to the client.

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

Syntax

'Declaration
Protected Shared Sub RenderSectionHeader ( _
    sectionTitle As String, _
    writer As HtmlTextWriter _
)
'Usage
Dim sectionTitle As String
Dim writer As HtmlTextWriter

UserProfileServiceStatisticsWebPartBase.RenderSectionHeader(sectionTitle, _
    writer)
protected static void RenderSectionHeader(
    string sectionTitle,
    HtmlTextWriter writer
)

Parameters

Remarks

This method renders the sectionTitle as a styled table row to the client.

See Also

Reference

UserProfileServiceStatisticsWebPartBase Class

UserProfileServiceStatisticsWebPartBase Members

Microsoft.SharePoint.Portal.WebControls Namespace