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.
where MachineName can be any name or "LocalHost."
or
where MachineName can be any name or "LocalHost," and N is the number of a Web server.
varReturn = object.Method
IIsFilter |
ADSI Object Properties |
FilterLoadOrder |
ADSI Object Methods | Standard methods for ADSI objects. |
ADSI Container Object Methods | Standard methods for ADSI container objects. |