Class BackupExecNotificationRecipientCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Backup Exec notification recipients.
public class BackupExecNotificationRecipientCollection : Collection<BackupExecNotificationRecipient>, IList<BackupExecNotificationRecipient>, ICollection<BackupExecNotificationRecipient>, IList, ICollection, IReadOnlyList<BackupExecNotificationRecipient>, IReadOnlyCollection<BackupExecNotificationRecipient>, IEnumerable<BackupExecNotificationRecipient>, IEnumerable
- Inheritance
-
BackupExecNotificationRecipientCollection
- Implements
- Inherited Members
Constructors
BackupExecNotificationRecipientCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecNotificationRecipientCollection class.
public BackupExecNotificationRecipientCollection()
Methods
FindByName(string)
Returns the BackupExecNotificationRecipient with the specified name, or null if no BackupExecNotificationRecipient with that name is found.
public BackupExecNotificationRecipient FindByName(string name)
Parameters
name
stringThe name of the BackupExecNotificationRecipient to locate.
Returns
- BackupExecNotificationRecipient
The BackupExecNotificationRecipient with the specified name.
Sort()
Sorts the items in the collection.
public void Sort()