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 | Get the number of recipients in the collection. | |
| IsReadOnly | Get a value indicating whether the CmsRecipientCollection is read only. |
| Name | Description | |
|---|---|---|
| Add | Add a recipient. | |
| Clear | Clear the recipient collection. | |
| Contains | Check if the collection contains a recipient. | |
| CopyTo | Copy 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 | Remove a recipient. | |
| ToString | (Inherited from Object) |