BasicFormAfterSaveActionsInternal Method |
Performs additional actions after save (redirecting or displaying info message).
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax protected virtual void AfterSaveActionsInternal(
string redirectUrlAfterSave,
bool showChangesSaved
)
Parameters
- redirectUrlAfterSave
- Type: SystemString
If specified, user is redirected to this URL after data is successfully saved - showChangesSaved
- Type: SystemBoolean
If true and redirect URL is not set, Info message "Changes were saved" is displayed
See Also