Macro used to store or retrieve buffers.
Syntax
Smartsite SXML | Copy Code |
---|---|
<se:buffer name="" /> |
Parameters
Name | Data Type | Properties | Description |
---|---|---|---|
Data | Any |
Default
|
Sets the input data for the buffer. |
Inner | String |
Trim
|
Sets the inner Xml of the Container module. |
Scope | Enum | - |
Sets the scope of the buffer to get or set.
Enum values:
|
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. |