Click or drag to resize
ScriptHelperCloseWindow Method
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: 10.0.0
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