Table of Contents

Class XenDesktopIcons

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

Represents the icons configured within the site.

public class XenDesktopIcons : BypassSection
Inheritance
XenDesktopIcons
Inherited Members

Constructors

XenDesktopIcons()

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

public XenDesktopIcons()

Properties

Items

Gets or sets the items in the collection.

public XenDesktopIconCollection Items { get; set; }

Property Value

XenDesktopIconCollection

Methods

Exists(int)

Determines whether an icon with the specified UID exists within the collection.

public bool Exists(int uid)

Parameters

uid int

The unique identifier of the icon to locate.

Returns

bool

A System.Boolean value that determines whether an icon with that UID exists within the collection.

FindByUid(int)

Returns the CENTREL.XIA.Configuration.Types.XenDesktopIcon with the specified name, or UID if no icon with that UID exists.

public XenDesktopIcon FindByUid(int uid)

Parameters

uid int

The unique identifier of the icon to locate.

Returns

XenDesktopIcon

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

FromXml(string)

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

public static XenDesktopIcons FromXml(string Xml)

Parameters

Xml string

The XML representation of the object.

Returns

XenDesktopIcons

A CENTREL.XIA.Configuration.Types.XenDesktopIcons class.

ToString()

Returns the icons as a human readable string.

public override string ToString()

Returns

string

The icons as a human readable string.