Alert Members
Include Protected Members
Include Inherited Members
A structure representing an alert subscription.
The Alert type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
Active | A Boolean indicating whether the alert is active. | |
AlertForTitle | A string representing the title of the item being monitored. | |
AlertForUrl | The URL of the item being monitored. This MUST be an absolute URL. | |
DeliveryChannels | A list of the methods used to provide notifications when an alert subscription is triggered. | |
EditAlertUrl | A string containing the URL referencing a web page to be used to edit the alert subscription. | |
EventType | A string indicating the type of event that caused the alert subscription to generate a notification. | |
Id | A string representing the ID of the alert. | |
Title | A string representing the title of the alert. |
Top