BasicForm SaveData Method Kentico 8.0 API Reference
Saves data and optionally redirects user to specified URL.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

redirectUrlAfterSave
Type: OnlineSystem String
If specified, user is redirected to this URL after data is successfully saved
showChangesSaved (Optional)
Type: OnlineSystem Boolean
If true and redirect URL is not set, Info message "Changes were saved" is displayed

Return Value

Type: OnlineBoolean
See Also