ScriptHelperCloseWindow Method |
Generates the script to close the window and optionally refresh the opener content.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
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