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
writer
Type: System.Web.UI.HtmlTextWriterThe HtmlTextWriter object that receives the control content.
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