Table of Contents

Class BackupExecBackupDefinitionCollection

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

Represents a collection of Backup Exec backup definitions.

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

Constructors

BackupExecBackupDefinitionCollection()

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

public BackupExecBackupDefinitionCollection()

Methods

FindBackupTaskById(string)

Returns the backup task with the specified identifier in any configured backup definition, or null if no task with that name is found.

public BackupExecBackupTask FindBackupTaskById(string id)

Parameters

id string

The unique identifier of the backup task to locate in GUID format.

Returns

BackupExecBackupTask

The BackupExecBackupTask with the specified identifier.

FindByName(string)

Returns the BackupExecBackupDefinition with the specified name, or null if no BackupExecBackupDefinition with that name is found.

public BackupExecBackupDefinition FindByName(string name)

Parameters

name string

The name of the BackupExecBackupDefinition to locate.

Returns

BackupExecBackupDefinition

The BackupExecBackupDefinition with the specified name.

FindDuplicationTaskById(string)

Returns the duplication task with the specified identifier in any configured backup definition, or null if no task with that name is found.

public BackupExecDuplicationTask FindDuplicationTaskById(string id)

Parameters

id string

The unique identifier of the duplication task to locate in GUID format.

Returns

BackupExecDuplicationTask

The BackupExecDuplicationTask with the specified identifier.

Sort()

Sorts the items in the collection.

public void Sort()