Table of Contents

Class IisDirectoryBrowsingSettings

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

Represents the IIS directory browsing settings.

public class IisDirectoryBrowsingSettings : BypassSection
Inheritance
IisDirectoryBrowsingSettings
Inherited Members

Constructors

IisDirectoryBrowsingSettings()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisDirectoryBrowsingSettings class.

public IisDirectoryBrowsingSettings()

Properties

Enabled

Gets or sets whether directory browsing is enabled.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

Fields

Gets or sets the fields to display.

public IisDirectoryBrowsingFields Fields { get; set; }

Property Value

IisDirectoryBrowsingFields

FieldsStrings

Gets the fields to display as a human readable string.

public SerializableStringCollection FieldsStrings { get; set; }

Property Value

SerializableStringCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.IisDirectoryBrowsingSettings class from the specified Xml.

public static IisDirectoryBrowsingSettings FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.IisDirectoryBrowsingSettings object

Returns

IisDirectoryBrowsingSettings

A CENTREL.XIA.Configuration.Types.IisDirectoryBrowsingSettings class from the specified Xml.

ToString()

Returns the directory browsing settings as a human readable string.

public override string ToString()

Returns

string

The directory browsing settings as a human readable string.