Saves items into to the CMS.
Syntax
Smartsite SXML | Copy Code |
---|---|
<se:cmsupdate /> |
Parameters
Name | Data Type | Properties | Description |
---|---|---|---|
InputData | DataTable | - | Sets the input data. |
Password | String | - | Sets the password for the given user. |
UserName | String | - | Sets the name of the user to connect to the CMS web service. |
Values | Collection | - | Sets the values to be saved. |
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. |