Class ExchangeUMHuntGroupCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Unified Messaging hunt groups.
public class ExchangeUMHuntGroupCollection : Collection<ExchangeUMHuntGroup>, IList<ExchangeUMHuntGroup>, ICollection<ExchangeUMHuntGroup>, IList, ICollection, IReadOnlyList<ExchangeUMHuntGroup>, IReadOnlyCollection<ExchangeUMHuntGroup>, IEnumerable<ExchangeUMHuntGroup>, IEnumerable
- Inheritance
-
ExchangeUMHuntGroupCollection
- Implements
- Inherited Members
Constructors
ExchangeUMHuntGroupCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeUMHuntGroupCollection class.
public ExchangeUMHuntGroupCollection()
Methods
FindByIdentity(string)
Returns the hunt group with the specified identity, or null if no hunt group with that identity is found.
public ExchangeUMHuntGroup FindByIdentity(string identity)
Parameters
identity
stringThe identity of the hunt group to locate.
Returns
- ExchangeUMHuntGroup
The hunt group with the specified identity.
Sort()
Sorts the values in the collection.
public void Sort()