Microsoft Internet Security and Acceleration Server 2000

FPCWebFilters.Remove Method

Removes a Web filter object from the collection.

VBScript Syntax[VBScript]

FPCWebFilters.Remove( vIndex )

C++ Syntax[C++]

HRESULT Remove(
  VARIANT vIndex
);

Parameters

vIndex
Required. GUID or one-based index of the object to remove.

Note  When you remove a Web filter from the FPCWebFilters collection, and have saved changes by using the Save method, the Web proxy (w3proxy) service must be restarted for your change to take effect. To stop and restart the Web proxy service, use the FPCArray.SendRestartNotification method.

Applies To

FPCWebFilters

See Also

FPCWebFilter