Click or drag to resize
DataFormAfterSaveActionsInternal Method
Executes additional actions after successful save.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected override void AfterSaveActionsInternal(
	string redirectUrlAfterSave,
	bool showChangesSaved
)

Parameters

redirectUrlAfterSave
Type: SystemString
Target URL for the final redirection
showChangesSaved
Type: SystemBoolean
Indicates if info message should be displayed (redirect URL should be empty)
See Also