|
|
Forks the execution to one or more matching cases.
Syntax
| Smartsite SXML |
|
|---|---|
<se:switch>
<se:parameters>
<se:parameter name="xml">
</se:parameter>
<se:parameter name="expression">
</se:parameter>
</se:parameters>
</se:switch>
|
|
Parameters
| Name | Data Type | Properties | Description |
|---|---|---|---|
| Expression | String |
ExpressionSyntax
XmlDecode |
Sets the expression for conditional branching. |
| Xml | String |
RawData
IsRequired Default |
Sets the XML. |
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. |
|
| This.Value | Gets the current expression value. |