Share via


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

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.

See Also

Reference

SharingCenterWebPart Class

SharingCenterWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace