Table of Contents

Class BackupExecStorageDeviceCollection

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

Represents a collection of Backup Exec storage devices.

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

Constructors

BackupExecStorageDeviceCollection()

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

public BackupExecStorageDeviceCollection()

Methods

FindByName(string)

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

public BackupExecStorageDevice FindByName(string name)

Parameters

name string

The name of the BackupExecStorageDevice to locate.

Returns

BackupExecStorageDevice

The BackupExecStorageDevice with the specified name.

Sort()

Sorts the items in the collection.

public void Sort()