Alert Properties |
The Alert type exposes the following members.
| Name | Description | |
|---|---|---|
| Attributes |
Gets/sets the AlertAttrs for this alert.
This corresponds to the xot_alerts.attr_bits column.
| |
| AutoCloseSeconds |
The number of seconds the message should be displayed before being closed automatically.
Set to zero if no auto-close is desired.
Set to -1 to use the alert service default if one is specified.
| |
| Created |
The UTC date/time the alert was created.
| |
| CssClass |
The CSS class to be added to the top level HTML presentation element for the message.
| |
| DeliveryType |
The delivery method for the message.
| |
| ID |
Gets the ID of this alert. This corresponds to the xot_alerts.alert_pkid IDENTITY column
and is currently populated only if a new alert is created via Save or an existing
alert is loaded using LoadFirst(String, String).
| |
| LinkText |
The text caption for the LinkURL. If no such caption is provided a generic caption will be provided.
| |
| Priority |
Gets/sets the alert's priority.
Note that a higher number causes the alert to be delivered before alerts with a lower priority.
A priority of zero is the default and is considered neutral.
|