Class IisDefaultDocumentCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of IIS default documents.
public class IisDefaultDocumentCollection : Collection<IisDefaultDocument>, IList<IisDefaultDocument>, ICollection<IisDefaultDocument>, IList, ICollection, IReadOnlyList<IisDefaultDocument>, IReadOnlyCollection<IisDefaultDocument>, IEnumerable<IisDefaultDocument>, IEnumerable
- Inheritance
-
IisDefaultDocumentCollection
- Implements
- Inherited Members
Constructors
IisDefaultDocumentCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisDefaultDocumentCollection class.
public IisDefaultDocumentCollection()
Methods
Exists(string)
Returns a System.Boolean value that indicates whether a default document with the specified name exists within the collection.
public bool Exists(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.IisDefaultDocument to locate.
Returns
- bool
A System.Boolean value that indicates whether a default document with the specified name exists within the collection.
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.IisDefaultDocument with the specified name, or null if no CENTREL.XIA.Configuration.Types.IisDefaultDocument with that name is found.
public IisDefaultDocument FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.IisDefaultDocument to locate.
Returns
- IisDefaultDocument
The CENTREL.XIA.Configuration.Types.IisDefaultDocument with the specified name.