CMSNewsletterSendPageHandleSendActionResult Method |
Handles result of send action. Depending on errorMessage it either shows error, otherwise redirects to confirmation URL.
Namespace: CMS.Newsletters.Web.UIAssembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 13.0.131
Syntax protected void HandleSendActionResult(
string errorMessage
)
Parameters
- errorMessage
- Type: SystemString
Error message of send action which result to handle.
See Also