IPresentationFormatterFormatLayoutRow Method
|
Produces the html for layout row
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax HtmlNode FormatLayoutRow(
HtmlDocument doc,
ILayoutRow layoutRow
)
Function FormatLayoutRow (
doc As HtmlDocument,
layoutRow As ILayoutRow
) As HtmlNode
HtmlNode^ FormatLayoutRow(
HtmlDocument^ doc,
ILayoutRow^ layoutRow
)
abstract FormatLayoutRow :
doc : HtmlDocument *
layoutRow : ILayoutRow -> HtmlNode
Parameters
- doc
- Type: HtmlDocument
The html document to add the unit in - layoutRow
- Type: Ingeniux.CMS.PresentationILayoutRow
The row to format
Return Value
Type:
HtmlNodeThe container node
See Also