Click or drag to resize

IPresentationFormatterFormatLayoutColumn Method


Produces the html for layout column

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
HtmlNode FormatLayoutColumn(
	HtmlDocument doc,
	ILayoutColumn layoutUnit
)

Parameters

doc
Type: HtmlDocument
The html document to add the unit in
layoutUnit
Type: Ingeniux.CMS.PresentationILayoutColumn
The column to format

Return Value

Type: HtmlNode
The container node
See Also