Click or drag to resize

IPresentationFormatterFormatLayoutRow Method


Produces the html for layout row

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
HtmlNode FormatLayoutRow(
	HtmlDocument doc,
	ILayoutRow layoutRow
)

Parameters

doc
Type: HtmlDocument
The html document to add the unit in
layoutRow
Type: Ingeniux.CMS.PresentationILayoutRow
The row to format

Return Value

Type: HtmlNode
The container node
See Also