ListChildrenRenderCell Method (TextWriter, String) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Render a table cell element (<td>).

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

protected void RenderCell(
	TextWriter writer,
	string text
)

Parameters

writer
Type: System.IOTextWriter
A TextWriter object that is used to write the table.
text
Type: SystemString
The text of the cell to write
See Also

Reference