Table of Contents

Class BackupExecBackupTaskCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Backup Exec backup tasks - such as "Incremental", "Full" or "Differential".

public class BackupExecBackupTaskCollection : Collection<BackupExecBackupTask>, IList<BackupExecBackupTask>, ICollection<BackupExecBackupTask>, IList, ICollection, IReadOnlyList<BackupExecBackupTask>, IReadOnlyCollection<BackupExecBackupTask>, IEnumerable<BackupExecBackupTask>, IEnumerable
Inheritance
BackupExecBackupTaskCollection
Implements
Inherited Members

Constructors

BackupExecBackupTaskCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecBackupTaskCollection class.

public BackupExecBackupTaskCollection()

Methods

Sort()

Sorts the items in the collection.

public void Sort()