Class XenDesktopZoneCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of XenDesktop zones. This applies to XenDesktop 7.7 and above only.
public class XenDesktopZoneCollection : Collection<XenDesktopZone>, IList<XenDesktopZone>, ICollection<XenDesktopZone>, IList, ICollection, IReadOnlyList<XenDesktopZone>, IReadOnlyCollection<XenDesktopZone>, IEnumerable<XenDesktopZone>, IEnumerable
- Inheritance
-
XenDesktopZoneCollection
- Implements
- Inherited Members
Constructors
XenDesktopZoneCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopZoneCollection class.
public XenDesktopZoneCollection()
Methods
FindByUid(string)
Returns the CENTREL.XIA.Configuration.Types.XenDesktopZone with the specified UID, or null if no CENTREL.XIA.Configuration.Types.XenDesktopZone with that UID is found.
public XenDesktopZone FindByUid(string uid)
Parameters
uid
stringThe name of the CENTREL.XIA.Configuration.Types.XenDesktopZone to locate.
Returns
- XenDesktopZone
The CENTREL.XIA.Configuration.Types.XenDesktopZone with the specified UID.
Sort()
Sorts the values in the collection.
public void Sort()