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.6.492
Syntax
HtmlNode FormatLayoutColumn(
	HtmlDocument doc,
	ILayoutColumn layoutUnit
)

Parameters

doc  HtmlDocument
The html document to add the unit in
layoutUnit  ILayoutColumn
The column to format

Return Value

HtmlNode
The container node
See Also