Table of Contents

Class XenDesktopMachineCatalogs

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

Represents the XenDesktop machine catalogs configured within the site.

public class XenDesktopMachineCatalogs : BypassSection
Inheritance
XenDesktopMachineCatalogs
Inherited Members

Constructors

XenDesktopMachineCatalogs()

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

public XenDesktopMachineCatalogs()

Properties

Items

Gets or sets the items in the collection.

public XenDesktopMachineCatalogCollection Items { get; set; }

Property Value

XenDesktopMachineCatalogCollection

Methods

FindByName(string)

Returns the machine catalog with the specified name, or null if no machine catalog with that name exists within the collection.

public XenDesktopMachineCatalog FindByName(string name)

Parameters

name string

The name of the machine catalog to locate.

Returns

XenDesktopMachineCatalog

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

FindByUuid(string)

Returns the machine catalog with the specified UUID, or null if no machine catalog with that UUID exists within the collection.

public XenDesktopMachineCatalog FindByUuid(string uuid)

Parameters

uuid string

The universally unique identifier to locate in GUID format.

Returns

XenDesktopMachineCatalog

The CENTREL.XIA.Configuration.Types.XenDesktopMachineCatalog with the specified UUID.

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.XenDesktopMachineCatalogs class from the specified XML.

public static XenDesktopMachineCatalogs FromXml(string Xml)

Parameters

Xml string

The XML representation of the object.

Returns

XenDesktopMachineCatalogs

A CENTREL.XIA.Configuration.Types.XenDesktopMachineCatalogs class.

ToString()

Returns the XenDesktop machine catalogs as a human readable string.

public override string ToString()

Returns

string

The XenDesktop machine catalogs as a human readable string.