SPAlertCollection.Item property
Gets the specified alert from the collection of alerts for the Web site or user.
Overload list
Name | Description | |
---|---|---|
Item[Guid] | Gets the alert with the specified GUID from the collection. In C#, this property is an indexer for the SPAlertCollection class. | |
Item[Int32] | Gets the alert at the specified index in the collection. In C#, this property is an indexer for the SPAlertCollection class. |
Top