WebSvcAlerts namespace

List and delete alert subscriptions. Alert subscriptions specify when and how notifications are sent to users when changes are made to content stored on the server. The protocol does not specify the creation or editing of alert subscriptions.

Classes

  Class Description
Public class Alerts Provides methods for working with alerts for list items in a SharePoint site.
Public class DeliveryChannel A structure describing how a notification is to be delivered.
Public class EmailChannel Provides the information required to deliver a notification through an electronic mail service.

Structures

  Structure Description
Public structure Alert A structure representing an alert subscription.
Public structure AlertInfo A structure containing common information for the authenticated user listed as current user, in addition to a list of alert subscriptions.
Public structure DeleteFailure Represents the error message that is associated with a failure that occurs while processing a GUID from a DeleteAlerts([]) operation. The structure contains the GUID that failed as a string, and an ErrorType value that indicates why the failure occurred.

Enumerations

  Enumeration Description
Public enumeration ErrorType ErrorType describes a particular failure that occurred during DeleteAlerts request processing.