Renders the specified placeholder.
Syntax
Smartsite SXML | Copy Code |
---|---|
string placeholder.render(string targetId) string placeholder.render(string targetId, boolean allowMultipleRendering) |
Parameters
Name | Data Type | Description |
---|---|---|
targetId | String | The target id. |
allowMultipleRendering | Boolean | If set to true multiple renderings of the placeholder is allowed. |
Return Value
Data Type | Description |
---|---|
String | The placeholder content. |