Table of Contents

Class BackupExecMediaSetCollection

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

Represents a collection of Backup Exec media sets.

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

Constructors

BackupExecMediaSetCollection()

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

public BackupExecMediaSetCollection()

Methods

FindByName(string)

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

public BackupExecMediaSet FindByName(string name)

Parameters

name string

The name of the BackupExecMediaSet to locate.

Returns

BackupExecMediaSet

The BackupExecMediaSet with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()