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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.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