AlertDelivery Enumeration |
Namespace: NetQuarry.Services
Member name | Value | Description | |
---|---|---|---|
Default | 0 | The alert should be delivered using the platform's default delivery method. | |
ModalDialog | 1 | The alert should be delivered in a Bootstrap modal dialog (or the equivalent in non-Bootstrap applications). | |
JavascriptAlert | 2 | The alert should be delivered in using a javascript alert() call. | |
Panel | 3 | The alert should be delivered in a Bootstrap panel at the top of the page. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.