SocialCommentWebPart.RenderWebPart Method
Renders the HTML for the body of the SocialCommentWebPart to the client.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Sub RenderWebPart ( _
htw As HtmlTextWriter _
)
'Usage
Dim htw As HtmlTextWriter
Me.RenderWebPart(htw)
protected override void RenderWebPart(
HtmlTextWriter htw
)
Parameters
htw
Type: System.Web.UI.HtmlTextWriterThe object that receives the SocialCommentWebPart content.
Remarks
This override renders SocialComment objects to the client by using the SocialCommentControl.