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
writer
Type: System.Web.UI.HtmlTextWriterThe HtmlTextWriter object that writes the HTML to the Document Set welcome page.
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