Represents data to add to a given placeholder.
Syntax
Smartsite SXML | Copy Code |
---|---|
<se:placeholderdata targetid="" /> |
Parameters
Name | Data Type | Properties | Description |
---|---|---|---|
ColumnData | Collection | - | Sets the column data to use for adding a row to the target placeholder. |
TargetId | String |
IsRequired
Trim |
Sets the target id of the placeholder to add data to. |
Value | String |
RawData
Default |
Sets the value to be added to the targeted placeholder. May also contain a collection element to set multiple columns. |
Shared Parameters
Local Viper Methods
Viper | Extension | Description |
---|---|---|
This.ClearForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |
|
This.GetForcedResult | Gets the forced result of the macro, set by overriding the normal rendering using SetForcedResult(). | |
This.RenderTime | ✓ | Returns the render time of the macro in milliseconds. |
This.SetForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |