| ScriptHelperRegisterSaveChanges Method | 
            Ensures registration of the save changes notification script.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
 Syntax
Syntaxpublic static void RegisterSaveChanges(
	Page page,
	bool fullFormScope = true
)
Parameters
- page
- Type: System.Web.UIPage
 Page to register
- fullFormScope (Optional)
- Type: SystemBoolean
 Indicates whether scope should be used for form (true) or just parts defined by data-tracksavechanges attribute
 See Also
See Also