IPresentationFormatterFormatContentUnitPlaceHolder Method
|
Produces the html for content unit place holder in rendering template
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxHtmlNode FormatContentUnitPlaceHolder(
HtmlDocument doc,
string fieldId,
string fieldPath,
string templateName
)
Function FormatContentUnitPlaceHolder (
doc As HtmlDocument,
fieldId As String,
fieldPath As String,
templateName As String
) As HtmlNode
HtmlNode^ FormatContentUnitPlaceHolder(
HtmlDocument^ doc,
String^ fieldId,
String^ fieldPath,
String^ templateName
)
abstract FormatContentUnitPlaceHolder :
doc : HtmlDocument *
fieldId : string *
fieldPath : string *
templateName : string -> HtmlNode 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
HtmlNodeThe place holder node
See Also