Microsoft Internet Security and Acceleration Server 2000

FPCWebFilters.MoveDown Method

Moves the given filter one step down in the filter order .

VBScript Syntax[VBScript]

FPCWebFilters.MoveDown( lIndex )

C++ Syntax[C++]

HRESULT MoveDown(
  long lIndex
);

Parameters

lIndex
Required. Index (current order) of the filter to move down in the filter order.

Note  When you change the order of the Web filters, 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

MoveUp