Table of Contents

Class ExchangeEcpVirtualDirectory

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

Represents an Exchange server ECP virtual directory in a Microsoft Exchange organization. This only applies to Exchange On-Premises.

public class ExchangeEcpVirtualDirectory : ExchangeVirtualDirectoryBase, IComparable<ExchangeVirtualDirectoryBase>
Inheritance
ExchangeEcpVirtualDirectory
Implements
Inherited Members

Constructors

ExchangeEcpVirtualDirectory()

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

public ExchangeEcpVirtualDirectory()

Properties

BasicAuthentication

Gets or sets whether basic authentication is enabled.

public BooleanOption BasicAuthentication { get; set; }

Property Value

BooleanOption

DigestAuthentication

Gets or sets whether digest authentication is enabled.

public BooleanOption DigestAuthentication { get; set; }

Property Value

BooleanOption

ExternalUrl

Gets or sets the external URL of the virtual directory.

public string ExternalUrl { get; set; }

Property Value

string

FormsAuthentication

Gets or sets whether forms authentication is enabled.

public BooleanOption FormsAuthentication { get; set; }

Property Value

BooleanOption

InternalUrl

Gets or sets the internal URL of the virtual directory.

public string InternalUrl { get; set; }

Property Value

string

Path

Gets or sets the path to the files for this virtual directory.

public string Path { get; set; }

Property Value

string

WebSite

Gets or sets the name of the web site on which the virtual directory is hosted.

public string WebSite { get; set; }

Property Value

string

WindowsAuthentication

Gets or sets whether integrated Windows authentication is enabled.

public BooleanOption WindowsAuthentication { get; set; }

Property Value

BooleanOption

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.ExchangeEcpVirtualDirectory cloned from this object.

public ExchangeEcpVirtualDirectory Clone()

Returns

ExchangeEcpVirtualDirectory

A CENTREL.XIA.Configuration.Types.ExchangeEcpVirtualDirectory.