Microsoft Internet Security and Acceleration Server 2000

FPCWebFilters.MoveUp Method

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

VBScript Syntax[VBScript]

FPCWebFilters.MoveUp( lIndex )

C++ Syntax[C++]

HRESULT MoveUp(
  long lIndex
);

Parameters

lIndex
Required. Index (current order) of the filter to move up 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

MoveDown