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

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

Renders a link element (<a>) based on the properties of the class and the data passed in.

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 RenderLink(
	TextWriter writer,
	string text,
	ListChildrenDataRow data
)

Parameters

writer
Type: System.IOTextWriter
A TextWriter object that is used to write the table.
text
Type: SystemString
The text of the link.
data
Type: ContentStudio.Site.ActiveScripting.DocumentListChildrenDataRow
A ListChildrenDataRow instance that contains the data to write
See Also

Reference