AdvancedExportShowPopup Method |
Performs actions necessary to show the popup dialog.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected void ShowPopup(
Control dialogControl,
ModalPopupDialog modalPopup
)
Parameters
- dialogControl
- Type: System.Web.UIControl
New dialog control - modalPopup
- Type: CMS.Base.Web.UIModalPopupDialog
Modal control
See Also