Click or drag to resize

AlertDelivery Enumeration

The available delivery method for alerts (page-messages) as created through DisplayMessage(String, String, AlertDelivery, Int32, AlertAttrs) or one of its overloads.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum AlertDelivery
Members
  Member nameValueDescription
Default0 The alert should be delivered using the platform's default delivery method.
ModalDialog1 The alert should be delivered in a Bootstrap modal dialog (or the equivalent in non-Bootstrap applications).
JavascriptAlert2 The alert should be delivered in using a javascript alert() call.
Panel3 The alert should be delivered in a Bootstrap panel at the top of the page.
See Also