Table of Contents

Class VolumeShadowCopyCollection

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

Represents a collection of volume shadow copies.

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

Constructors

VolumeShadowCopyCollection()

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

public VolumeShadowCopyCollection()

Methods

Sort()

Sorts the values in the collection.

public void Sort()

ToString()

Returns the creation dates of each shadow copy, one per line.

public override string ToString()

Returns

string

The creation dates of each shadow copy, one per line.