Click or drag to resize
ScriptHelperCloseWindow Method
Generates the script to close the window and optionally refresh the opener content.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void CloseWindow(
	Page page,
	bool refreshOpener
)

Parameters

page
Type: System.Web.UIPage
Page
refreshOpener
Type: SystemBoolean
If true, the opener is refreshed
See Also