BasicForm AfterSaveActionsInternal Method Kentico 8.0 API Reference
Performs additional actions after save (redirecting or displaying info message).

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
Type: OnlineSystem Boolean
If true and redirect URL is not set, Info message "Changes were saved" is displayed
See Also