Click or drag to resize

IComponentContentUnitInstanceFragmentFormat Method


Generates the actual html template for the Presentation fragments of the shared out component

Namespace: Ingeniux.CMS.Presentation
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
HtmlNode FragmentFormat(
	HtmlDocument outputDocument,
	IPageVersion fragmentComponent,
	IPresentationFormatter formatter
)

Parameters

outputDocument  HtmlDocument
The template output html document
fragmentComponent  IPageVersion
The component that holds the Presentation fragments
formatter  IPresentationFormatter
The formatter to use to generate the markup template

Return Value

HtmlNode
The generated HTML node
See Also