| UIFormAfterSaveActionsInternal Method | 
            Executes additional actions after successful save.
            
 
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxprotected 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
See Also