Click or drag to resize

IPresentationFormatterFormatContentUnitPlaceHolder Method


Produces the html for content unit place holder in rendering template

Namespace: Ingeniux.CMS.Presentation
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
HtmlNode FormatContentUnitPlaceHolder(
	HtmlDocument doc,
	string fieldId,
	string fieldPath,
	string templateName
)

Parameters

doc  HtmlDocument
The html document to add the unit in
fieldId  String
The unique id of the content unit field.
fieldPath  String
The xpath of the content unit field.
templateName  String
The name of the rendering template the placeholder is associated with.

Return Value

HtmlNode
The place holder node
See Also