Click or drag to resize
TmplItemCollectionHTMLWrite Method

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

Write tmpItem as html

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public void HTMLWrite(
	HtmlTextWriter writer,
	FormContext formContext,
	TmplItem parent,
	bool writeBreak
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
formContext
Type: CSC.SC.TOPICA4.TemplateFormContext
parent
Type: CSC.SC.TOPICA4.TemplateTmplItem
writeBreak
Type: SystemBoolean
See Also