DocSetWelcomePageControl.RenderControl method (HtmlTextWriter)

Outputs ECMAScript (JavaScript, JScript) and warning information to the provided HtmlTextWriter object.

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

Syntax

'Declaration
Public Overrides Sub RenderControl ( _
    writer As HtmlTextWriter _
)
'Usage
Dim instance As DocSetWelcomePageControl
Dim writer As HtmlTextWriter

instance.RenderControl(writer)
public override void RenderControl(
    HtmlTextWriter writer
)

Parameters

Remarks

This override renders links to the Document Set parent list and parent folders. It renders a message when the page is put into editing mode warning the users that they are editing the Welcome Page for all Document Sets in the document library.

See also

Reference

DocSetWelcomePageControl class

DocSetWelcomePageControl members

RenderControl overload

Microsoft.Office.Server.WebControls namespace