SPAlertTemplateCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of alert templates.
The SPAlertTemplateCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPAlertTemplateCollection | Initialize a new instance of the SPAlertTemplateCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from SPPersistedObjectCollection<T>.) | |
IsEmpty | (Inherited from SPPersistedObjectCollection<T>.) | |
Item[Guid] | (Inherited from SPPersistedObjectCollection<T>.) | |
Item[String] | (Inherited from SPPersistedObjectCollection<T>.) | |
Parent | (Inherited from SPPersistedObjectCollection<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds an alert template to the SPAlertTemplateCollection object. | |
Add(T) | (Inherited from SPPersistedChildCollection<T>.) | |
Ensure | (Inherited from SPPersistedChildCollection<T>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from SPPersistedObjectCollection<T>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValue<U>() | (Inherited from SPPersistedObjectCollection<T>.) | |
GetValue<U>(Guid) | (Inherited from SPPersistedObjectCollection<T>.) | |
GetValue<U>(String) | (Inherited from SPPersistedObjectCollection<T>.) | |
InitAlertTemplatesFromFile | Creates or updates alert templates with the XML from the specified alert templates file. | |
MemberwiseClone | (Inherited from Object.) | |
Remove | (Inherited from SPPersistedChildCollection<T>.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | (Inherited from SPPersistedObjectCollection<T>.) |
Top