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.5.94
Syntax
HtmlNode FragmentFormat(
	HtmlDocument outputDocument,
	IPageVersion fragmentComponent,
	IPresentationFormatter formatter
)

Parameters

outputDocument
Type: HtmlDocument
The template output html document
fragmentComponent
Type: Ingeniux.CMSIPageVersion
The component that holds the Presentation fragments
formatter
Type: Ingeniux.CMS.PresentationIPresentationFormatter
The formatter to use to generate the markup template

Return Value

Type: HtmlNode
The generated HTML node
See Also