VariationsRootLandingDesignTime.Render Method
Renders output for the VariationsRootLandingDesignTime object from the HtmlTextWriter object.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Protected Overrides Sub Render ( _
output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter
Me.Render(output)
protected override void Render(
HtmlTextWriter output
)
Parameters
output
Type: System.Web.UI.HtmlTextWriterData to render on the VariationsRootLandingDesignTime page.
See Also
Reference
VariationsRootLandingDesignTime Class