Click or drag to resize
ScriptHelperCloseWindow Method

Note: This API is now obsolete.

Generates the script to close the window and optionally refresh the opener content.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("Use custom implementation instead.")]
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