Table of Contents

Class XenDesktopAppDiskCollection

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

Represents a collection of XenDesktop AppDisk. This applies to XenDesktop 7.8 and above only.

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

Constructors

XenDesktopAppDiskCollection()

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

public XenDesktopAppDiskCollection()

Methods

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.XenDesktopAppDisk with the specified name, or null if no CENTREL.XIA.Configuration.Types.XenDesktopAppDisk with that name is found.

public XenDesktopAppDisk FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.XenDesktopAppDisk to locate.

Returns

XenDesktopAppDisk

The CENTREL.XIA.Configuration.Types.XenDesktopAppDisk with the specified name.

FindByUid(string)

Returns the CENTREL.XIA.Configuration.Types.XenDesktopAppDisk with the specified UID, or null if no CENTREL.XIA.Configuration.Types.XenDesktopAppDisk with that UID is found.

public XenDesktopAppDisk FindByUid(string uid)

Parameters

uid string

The UID of the CENTREL.XIA.Configuration.Types.XenDesktopAppDisk to locate in GUID format.

Returns

XenDesktopAppDisk

The CENTREL.XIA.Configuration.Types.XenDesktopAppDisk with the specified UID.

ResolveName(string)

Returns the name of the CENTREL.XIA.Configuration.Types.XenDesktopAppDisk with the specified UID, or returns the UID if the name cannot be resolved.

public string ResolveName(string uid)

Parameters

uid string

The UID of the CENTREL.XIA.Configuration.Types.XenDesktopAppDisk to locate in GUID format.

Returns

string

The name of the CENTREL.XIA.Configuration.Types.XenDesktopAppDisk with the specified UID.

Sort()

Sorts the values in the collection.

public void Sort()