Table of Contents

Class ExchangeJournalRuleCollection

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

Represents a collection of Exchange journal rules.

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

Constructors

ExchangeJournalRuleCollection()

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

public ExchangeJournalRuleCollection()

Methods

FindByIdentity(string)

Returns the journal rule with the specified identity, or null if no journal rule with that identity is found.

public ExchangeJournalRule FindByIdentity(string identity)

Parameters

identity string

The identity of the journal rule to locate.

Returns

ExchangeJournalRule

The journal rule with the specified identity.

Sort()

Sorts the values in the collection.

public void Sort()