Table of Contents

Class ExchangeAppCollection

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

Represents a collection of Exchange add-ins.

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

Constructors

ExchangeAppCollection()

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

public ExchangeAppCollection()

Methods

FindByGuid(string)

Returns the add-in with the specified unique identifier, or null if no add-in with that unique identifier is found.

public ExchangeApp FindByGuid(string guid)

Parameters

guid string

The unique identifier of the add-in to locate in GUID format.

Returns

ExchangeApp

The add-in with the specified unique identifier.

Sort()

Sorts the values in the collection.

public void Sort()