ScriptHelperCloseWindow Method |
Generates the script to close the window and optionally refresh the opener content.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax 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