AlertCollection Members
Include Protected Members
Include Inherited Members
Applies to: Microsoft SharePoint Server 2010 search
Represents a collection of SearchAlert objects for a specified SPSite.
The AlertCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AlertCollection | Initializes a new instance of the AlertCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of search alerts in the collection. | |
Item | Gets the specified search alert from the collection of alerts for site. | |
Site | Gets the site for the alert collection. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Exists | Returns a Boolean value that indicates whether the specified search alert exists in the alert collection. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Returns an enumerator to iterate through the alert collection. |
Top