Alert members

A structure representing an alert subscription.

The Alert type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Fields

  Name Description
Public field Active A Boolean indicating whether the alert is active.
Public field AlertForTitle A string representing the title of the item being monitored.
Public field AlertForUrl The URL of the item being monitored. This MUST be an absolute URL.
Public field DeliveryChannels A list of the methods used to provide notifications when an alert subscription is triggered.
Public field EditAlertUrl A string containing the URL referencing a web page to be used to edit the alert subscription.
Public field EventType A string indicating the type of event that caused the alert subscription to generate a notification.
Public field Id A string representing the ID of the alert.
Public field Title A string representing the title of the alert.

Top

See also

Reference

Alert structure

WebSvcAlerts namespace