Microsoft Internet Security and Acceleration Server 2000

FPCWebPublishingRules.MoveDown Method

Moves the given rule down the ladder of execution.

Note  The order of the default rule cannot be changed from last.

VBScript Syntax[VBScript]

FPCWebPublishingRules.MoveDown( lIndex )

C++ Syntax[C++]

HRESULT MoveDown(
  long lIndex
);

Parameters

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

Applies To

FPCWebPublishingRules

See Also

MoveUp