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.5.94
Syntax
HtmlNode FormatContentUnitPlaceHolder(
	HtmlDocument doc,
	string fieldId,
	string fieldPath,
	string templateName
)

Parameters

doc
Type: HtmlDocument
The html document to add the unit in
fieldId
Type: SystemString

[Missing <param name="fieldId"/> documentation for "M:Ingeniux.CMS.Presentation.IPresentationFormatter.FormatContentUnitPlaceHolder(HtmlAgilityPack.HtmlDocument,System.String,System.String,System.String)"]

fieldPath
Type: SystemString

[Missing <param name="fieldPath"/> documentation for "M:Ingeniux.CMS.Presentation.IPresentationFormatter.FormatContentUnitPlaceHolder(HtmlAgilityPack.HtmlDocument,System.String,System.String,System.String)"]

templateName
Type: SystemString

[Missing <param name="templateName"/> documentation for "M:Ingeniux.CMS.Presentation.IPresentationFormatter.FormatContentUnitPlaceHolder(HtmlAgilityPack.HtmlDocument,System.String,System.String,System.String)"]

Return Value

Type: HtmlNode
The place holder node
See Also