Table of Contents

Class ExchangeRetentionPolicyCollection

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

Represents a collection of Exchange retention policies.

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

Constructors

ExchangeRetentionPolicyCollection()

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

public ExchangeRetentionPolicyCollection()

Methods

FindByIdentity(string)

Returns the retention policy with the specified identity, or null if no retention policy with that identity is found.

public ExchangeRetentionPolicy FindByIdentity(string identity)

Parameters

identity string

The identity of the retention policy to locate.

Returns

ExchangeRetentionPolicy

The retention policy with the specified identity.

Sort()

Sorts the values in the collection.

public void Sort()