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.3.169
Syntax HtmlNode FragmentFormat(
HtmlDocument outputDocument,
IPageVersion fragmentComponent,
IPresentationFormatter formatter
)
Function FragmentFormat (
outputDocument As HtmlDocument,
fragmentComponent As IPageVersion,
formatter As IPresentationFormatter
) As HtmlNode
HtmlNode^ FragmentFormat(
HtmlDocument^ outputDocument,
IPageVersion^ fragmentComponent,
IPresentationFormatter^ formatter
)
abstract FragmentFormat :
outputDocument : HtmlDocument *
fragmentComponent : IPageVersion *
formatter : IPresentationFormatter -> HtmlNode
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:
HtmlNodeThe generated HTML node
See Also