SharingCenterWebPart.RenderWebPart Method
Renders the content of the SharingCenterWebPart to the specified HtmlTextWriter object.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Sub RenderWebPart ( _
output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter
Me.RenderWebPart(output)
protected override void RenderWebPart(
HtmlTextWriter output
)
Parameters
output
Type: System.Web.UI.HtmlTextWriterThe object to which the content of the Web Part is rendered.
Remarks
This override renders the links to the default views of the shared document library, picture library, and blog site to the specified HtmlTextWriter object. If the user owns the page, the rendered output also includes links to upload documents, pictures, or to write a blog post.