Alerts Web Service
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 | |
---|---|---|
Alerts | Provides methods for working with alerts for list items in a SharePoint site. | |
DeliveryChannel | A structure describing how a notification is to be delivered. | |
EmailChannel | Provides the information required to deliver a notification through an electronic mail service. |
Structures
Structure | Description | |
---|---|---|
Alert | A structure representing an alert subscription. | |
AlertInfo | A structure containing common information for the authenticated user listed as current user, in addition to a list of alert subscriptions. | |
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 | |
---|---|---|
ErrorType | ErrorType describes a particular failure that occurred during DeleteAlerts request processing. |