Table of Contents

Class XenDesktopApplications

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

Represents the XenDesktop applications available to users within the site.

public class XenDesktopApplications : BypassSection
Inheritance
XenDesktopApplications
Inherited Members

Constructors

XenDesktopApplications()

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

public XenDesktopApplications()

Properties

Items

Gets or sets the items in the collection.

public XenDesktopApplicationCollection Items { get; set; }

Property Value

XenDesktopApplicationCollection

Methods

FindByBrowserName(string)

Returns the application with the specified browser name, or null if no application with that browser name exists within the collection.

public XenDesktopApplication FindByBrowserName(string name)

Parameters

name string

The browser name of the application to locate.

Returns

XenDesktopApplication

The CENTREL.XIA.Configuration.Types.XenDesktopApplication with the specified browser name.

FindByUid(int)

Returns the application with the specified UID, or null if no application with that UID exists within the collection.

public XenDesktopApplication FindByUid(int uid)

Parameters

uid int

The unique identifier of the application to locate.

Returns

XenDesktopApplication

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

FindByUuid(string)

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

public XenDesktopApplication FindByUuid(string uuid)

Parameters

uuid string

The universally unique identifier of the application to locate in GUID format.

Returns

XenDesktopApplication

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

FromXml(string)

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

public static XenDesktopApplications FromXml(string Xml)

Parameters

Xml string

The XML representation of the object.

Returns

XenDesktopApplications

A CENTREL.XIA.Configuration.Types.XenDesktopApplications class.

ToString()

Returns the XenDesktop applications as a human readable string.

public override string ToString()

Returns

string

The XenDesktop applications as a human readable string.