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
- sectionTitle
Type: System.String
The section title.
- writer
Type: System.Web.UI.HtmlTextWriter
The object that renders the section title to the client.
Remarks
This method renders the sectionTitle as a styled table row to the client.
See Also
Reference
UserProfileServiceStatisticsWebPartBase Class