ListChildrenRenderTableEnd Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Writes the closing tbody and table elements to the supplied writer.

Namespace: ContentStudio.Site.ActiveScripting.Document
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected virtual void RenderTableEnd(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
The object to write to
Remarks

The main rendering methods calls this method afte all the data rows are rendered.
See Also

Reference