Table of Contents

Class ExchangeUMDialPlanCollection

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

Represents a collection of Unified Messaging dial plans.

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

Constructors

ExchangeUMDialPlanCollection()

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

public ExchangeUMDialPlanCollection()

Methods

FindByIdentity(string)

Returns the dial plan with the specified identity, or null if no dial plan with that identity is found.

public ExchangeUMDialPlan FindByIdentity(string identity)

Parameters

identity string

The identity of the dial plan to locate.

Returns

ExchangeUMDialPlan

The dial plan with the specified identity.

Sort()

Sorts the values in the collection.

public void Sort()