Table of Contents

Class ExchangeVirtualDirectories

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

Represents the virtual directories configured for a server in a Microsoft Exchange organization. This only applies to Exchange On-Premises.

public class ExchangeVirtualDirectories : BypassSection
Inheritance
ExchangeVirtualDirectories
Inherited Members

Constructors

ExchangeVirtualDirectories()

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

public ExchangeVirtualDirectories()

Properties

Items

Gets or sets the items in the collection.

public ExchangeVirtualDirectoryCollection Items { get; set; }

Property Value

ExchangeVirtualDirectoryCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ExchangeVirtualDirectories class from the specified XML.

public static ExchangeVirtualDirectories FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeVirtualDirectories

A CENTREL.XIA.Configuration.Types.ExchangeVirtualDirectories class.

ToString()

Returns the virtual directories as a human readable string.

public override string ToString()

Returns

string

The virtual directories as a human readable string.