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