IIsFilters

The IIsFilters object is an ADSI container object that contains the collection of IIsFilter 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}
 

Parts

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.

May contain

IIsFilter

Properties

ADSI Object Properties

Metabase Properties
FilterLoadOrder

Methods

ADSI Object Methods Standard methods for ADSI objects
ADSI Container Object Methods Standard methods for ADSI container objects
Common Object Methods Methods, other than ADSI methods, common to all IIS Admin Objects


© 1997 by Microsoft Corporation. All rights reserved.