AlertManager Object
Description
Services for managing alerts.
Remarks

Get an AlertManager object with TDConnection.AlertManager.

Public Methods
Public Method CleanAllAlertsRemoves all current alerts from the database.
Public Method DeleteAlertRemoves an alert or alerts related to the current object from the database.
Public Method DeleteAlertsByFilterRemoves alerts associated with objects of the specified type from the database if they match the filter.
Public Properties
Public Property AlertGets the Alert object for the alert with the specified ID.
Public Property AlertListThe list of user alerts.
See Also