Class XenDesktopScopeReferenceCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of XenDesktop scope references.
public class XenDesktopScopeReferenceCollection : Collection<XenDesktopScopeReference>, IList<XenDesktopScopeReference>, ICollection<XenDesktopScopeReference>, IList, ICollection, IReadOnlyList<XenDesktopScopeReference>, IReadOnlyCollection<XenDesktopScopeReference>, IEnumerable<XenDesktopScopeReference>, IEnumerable
- Inheritance
-
XenDesktopScopeReferenceCollection
- Implements
- Inherited Members
Constructors
XenDesktopScopeReferenceCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopScopeReferenceCollection class.
public XenDesktopScopeReferenceCollection()
Properties
ContainsDefaultScopes
Gets whether the collection contains the built in "All" scope.
public bool ContainsDefaultScopes { get; }
Property Value
Methods
Exists(string)
Returns a System.Boolean value that indicates whether a scope reference with the specified scope identifier exists within the collection.
public bool Exists(string scopeId)
Parameters
scopeId
stringThe unique identifier of the referenced scope to locate in GUID format - for example "7bdeec68-bf46-45e4-bd3d-052b88b4a7ed".
Returns
- bool
A System.Boolean value.
FindById(string)
Returns the scope reference with the specified scope identifier or null if no reference with that identifier is found within the collection.
public XenDesktopScopeReference FindById(string scopeId)
Parameters
scopeId
stringThe unique identifier of the referenced scope to locate in GUID format - for example "7bdeec68-bf46-45e4-bd3d-052b88b4a7ed".
Returns
- XenDesktopScopeReference
The scope reference with the specified scope identifier.
Sort()
Sorts the values in the collection.
public void Sort()