Table of Contents

Class IisIsapiCgiRestrictionCollection

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

Represents a collection of IIS ISAPI and CGI restrictions.

public class IisIsapiCgiRestrictionCollection : Collection<IisIsapiCgiRestriction>, IList<IisIsapiCgiRestriction>, ICollection<IisIsapiCgiRestriction>, IList, ICollection, IReadOnlyList<IisIsapiCgiRestriction>, IReadOnlyCollection<IisIsapiCgiRestriction>, IEnumerable<IisIsapiCgiRestriction>, IEnumerable
Inheritance
IisIsapiCgiRestrictionCollection
Implements
Inherited Members

Constructors

IisIsapiCgiRestrictionCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisIsapiCgiRestrictionCollection class.

public IisIsapiCgiRestrictionCollection()

Methods

Exists(string)

Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.IisIsapiCgiRestriction with the specified path exists within the collection.

public bool Exists(string path)

Parameters

path string

The path of the CENTREL.XIA.Configuration.Types.IisIsapiCgiRestriction to locate.

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.IisIsapiCgiRestriction with the specified path exists within the collection.

FindByPath(string)

Returns the CENTREL.XIA.Configuration.Types.IisIsapiCgiRestriction with the specified path, or null if no CENTREL.XIA.Configuration.Types.IisIsapiCgiRestriction with the specified path is found.

public IisIsapiCgiRestriction FindByPath(string path)

Parameters

path string

The path of the CENTREL.XIA.Configuration.Types.IisIsapiCgiRestriction to locate.

Returns

IisIsapiCgiRestriction

The CENTREL.XIA.Configuration.Types.IisIsapiCgiRestriction with the specified path.

Sort()

Sorts the values in the collection.

public void Sort()