SPAlertCollection.Add Method
Include Protected Members
Include Inherited Members
Adds an alert to the collection of alerts for the user or Web site.
Overload List
Name | Description | |
---|---|---|
Add() | Adds an alert to the collection of alerts for the specified title, list, event type bitmask, time interval, and filter. | |
Add(SPList, SPEventType, SPAlertFrequency) | Deprecated. Use Add(SPList, SPEventType, SPAlertFrequency, SPAlertDeliveryChannels) instead. | |
Add(SPListItem, SPEventType, SPAlertFrequency) | Adds an alert to the collection of alerts for a list item based on the specified event type and time interval. This method overload is deprecated. Use Add(SPListItem, SPEventType, SPAlertFrequency, SPAlertDeliveryChannels) instead. | |
Add(SPList, SPEventType, SPAlertFrequency, SPAlertDeliveryChannels) | Adds an alert for a list to the collection. | |
Add(SPListItem, SPEventType, SPAlertFrequency, SPAlertDeliveryChannels) | Adds an alert for a list item to the collection. |
Top