Class IisDefaultDocuments
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the IIS default document settings.
public class IisDefaultDocuments : BypassSection
- Inheritance
-
IisDefaultDocuments
- Inherited Members
Constructors
IisDefaultDocuments()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisDefaultDocuments class.
public IisDefaultDocuments()
Properties
Enabled
Gets or sets whether the default document is enabled.
public BooleanOption Enabled { get; set; }
Property Value
Items
Gets or sets the items in the collection.
public IisDefaultDocumentCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisDefaultDocuments class from the specified Xml.
public static IisDefaultDocuments FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisDefaultDocuments object
Returns
- IisDefaultDocuments
A CENTREL.XIA.Configuration.Types.IisDefaultDocuments class from the specified Xml.
ToString()
Returns the default document settings as a human readable string.
public override string ToString()
Returns
- string
The default document settings as a human readable string.