Compartilhar via


DocumentSetPropertiesWebPart.RenderWebPart Method

Renders the DocumentSetPropertiesWebPart to the Document Set welcome page.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Protected Overrides Sub RenderWebPart ( _
    writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter

Me.RenderWebPart(writer)
protected override void RenderWebPart(
    HtmlTextWriter writer
)

Parameters

Remarks

This override renders the document set information and the links to view and edit the properties of the Document Set if DocumentSetFolder is not null; otherwise, it renders the sentence, “The Document Set Properties web part will display the properties of the Document Set in your Welcome Page” to the Web Part.

See Also

Reference

DocumentSetPropertiesWebPart Class

DocumentSetPropertiesWebPart Members

Microsoft.Office.Server.WebControls Namespace