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
DigestAuthentication
Gets or sets whether digest authentication is enabled.
public BooleanOption DigestAuthentication { get; set; }
Property Value
ExternalUrl
Gets or sets the external URL of the virtual directory.
public string ExternalUrl { get; set; }
Property Value
FormsAuthentication
Gets or sets whether forms authentication is enabled.
public BooleanOption FormsAuthentication { get; set; }
Property Value
InternalUrl
Gets or sets the internal URL of the virtual directory.
public string InternalUrl { get; set; }
Property Value
Path
Gets or sets the path to the files for this virtual directory.
public string Path { get; set; }
Property Value
WebSite
Gets or sets the name of the web site on which the virtual directory is hosted.
public string WebSite { get; set; }
Property Value
WindowsAuthentication
Gets or sets whether integrated Windows authentication is enabled.
public BooleanOption WindowsAuthentication { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeEcpVirtualDirectory cloned from this object.
public ExchangeEcpVirtualDirectory Clone()
Returns
- ExchangeEcpVirtualDirectory
A CENTREL.XIA.Configuration.Types.ExchangeEcpVirtualDirectory.