IIsFilters (ADSI)

The IIsFilters object is an ADSI container object that contains the collection of IIsFilter (ADSI) objects. You can use the IIsFilters object to set the FilterLoadOrder property to specify the sequence in which filters are to be loaded, and to enumerate through filters. You can use the IIsFilters object to manage filters at the Web service level or at an individual Web server.

The IIsFilters object is an ADSI container object.

ADsPath

  • IIS:// MachineName/W3SVC/Filters

where MachineName can be any name or LocalHost.

or

  • IIS:// MachineName/W3SVC/ N/Filters

where MachineName can be any name or LocalHost, and N is the number of a Web server.

Syntax

varReturn = object. Method

Parameters

  • varReturn
    A variable that receives the return value from the method.

  • object
    A variable that contains the IIsFilters object, usually as a result of a previous GetObject operation.

  • Method
    The object method chosen.

Can Contain

IIsFilter (ADSI)

Properties

Windows ADSI Object Properties

Metabase Properties

FilterLoadOrder

Methods

Windows ADSI Object Methods

Standard methods for ADSI objects.

Windows ADSI Container Object Methods

Standard methods for ADSI container objects.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS