Table of Contents

Class XenDesktopAdministratorScopeCollection

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

Represents a collection of XenDesktop administrator scopes.

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

Constructors

XenDesktopAdministratorScopeCollection()

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

public XenDesktopAdministratorScopeCollection()

Methods

FindById(string)

Returns the CENTREL.XIA.Configuration.Types.XenDesktopAdministratorScope with the specified identifier, or null if no item with that identifier is found.

public XenDesktopAdministratorScope FindById(string id)

Parameters

id string

The unique identifier of the scope to find.

Returns

XenDesktopAdministratorScope

A CENTREL.XIA.Configuration.Types.XenDesktopAdministratorScope object.

FindByName(string)

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

public XenDesktopAdministratorScope FindByName(string name)

Parameters

name string

The unique name of the scope to find.

Returns

XenDesktopAdministratorScope

A CENTREL.XIA.Configuration.Types.XenDesktopAdministratorScope object.

FindScopeReferences(string)

Returns information about the scopes which reference the object with the specified identifier.

public XenDesktopScopeReferenceCollection FindScopeReferences(string objectId)

Parameters

objectId string

The unique identifier of the object to find in GUID format.

Returns

XenDesktopScopeReferenceCollection

A CENTREL.XIA.Configuration.Types.XenDesktopScopeReferenceCollection containing information about the scopes which reference object with the specified identifier.

Sort()

Sorts the values in the collection.

public void Sort()

ToString()

Returns the administrator scopes as a human readable string.

public override string ToString()

Returns

string

The administrator scopes as a human readable string.