|
|
Represents source code that will be compiled and executed using the CodeDom. The first class deriving from Module.
Syntax
| Smartsite SXML |
|
|---|---|
<se:code> </se:code> |
|
Parameters
| Name | Data Type | Properties | Description |
|---|---|---|---|
| Dependencies | Collection | - | Sets the references to assemblies the code depends on. |
| Inner | String |
Trim
|
Sets the inner Xml of the Container module. |
| Language | String |
Trim
|
Sets the language. |
| SourceCode | String |
IsRequired
XmlDecode Default |
Sets the inner data. |
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. |