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

SP.UI.ModalDialog Class

Remarks

This method refreshes the parent page if the modal dialog result is DialogResult.OK.

See Also

Reference

SP.UI.ModalDialog Methods

SP.UI.ModalDialog Properties

SP.UI Namespace