Click or drag to resize

Alert Properties

The Alert type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets/sets the AlertAttrs for this alert. This corresponds to the xot_alerts.attr_bits column.
Public propertyAutoCloseSeconds
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.
Public propertyCreated
The UTC date/time the alert was created.
Public propertyCssClass
The CSS class to be added to the top level HTML presentation element for the message.
Public propertyDeliveryType
The delivery method for the message.
Public propertyID
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).
Public propertyLinkText
The text caption for the LinkURL. If no such caption is provided a generic caption will be provided.
Public propertyPriority
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.
Top
See Also