Class ExchangeOwaFileAccessSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the file access settings for Outlook web access an Microsoft Exchange organization.
public class ExchangeOwaFileAccessSettings : BaseTypeSection
- Inheritance
-
ExchangeOwaFileAccessSettings
Constructors
ExchangeOwaFileAccessSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeOwaFileAccessSettings class.
public ExchangeOwaFileAccessSettings()
Properties
DirectFileAccessOnPrivateComputersEnabled
Gets or sets whether direct file access is enabled on private computers.
public BooleanOption DirectFileAccessOnPrivateComputersEnabled { get; set; }
Property Value
DirectFileAccessOnPublicComputersEnabled
Gets or sets whether direct file access is enabled on public computers.
public BooleanOption DirectFileAccessOnPublicComputersEnabled { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeOwaFileAccessSettings cloned from this object.
public ExchangeOwaFileAccessSettings Clone()
Returns
- ExchangeOwaFileAccessSettings
A CENTREL.XIA.Configuration.Types.ExchangeOwaFileAccessSettings.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ExchangeOwaFileAccessSettings class from the specified XML.
public static ExchangeOwaFileAccessSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ExchangeOwaFileAccessSettings
A CENTREL.XIA.Configuration.Types.ExchangeOwaFileAccessSettings class.