Click or drag to resize
ScriptHelperRegisterSaveChanges Method
Ensures registration of the save changes notification script.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public 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