SP.UI.ModalDialog.RefreshPage(dialogResult) Method
Applies to: SharePoint Foundation 2010
Refreshes the parent page of the modal dialog when the dialog is closed by clicking OK.
SP.UI.ModalDialog.RefreshPage(dialogResult);
Parameters
dialogResult
Type: SP.UI.DialogResult
The result of the modal dialog.
Applies To
Remarks
This method refreshes the parent page if the modal dialog result is DialogResult.OK.