Cms |
public class CmsRecipientCollection : ICollection<CmsRecipient>, IEnumerable<CmsRecipient>, IEnumerable
The CmsRecipientCollection type exposes the following members.
Name | Description | |
---|---|---|
CmsRecipientCollection | Initialize a new instance of the CmsRecipientCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of recipients in the collection. | |
IsReadOnly | Get a value indicating whether the CmsRecipientCollection is read only. |
Name | Description | |
---|---|---|
Add | Adds the specified recipient. | |
Clear | Clears the recipient collection. | |
Contains | Checks if the collection contains the specified recipient. | |
CopyTo | Copies all of the recipients in the CmsRecipientCollection to the specified array. | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetEnumerator | Gets an enumerator for the collection of recipients. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
Remove | Removes the specified recipient. | |
ToString | (Inherited from Object) |