Microsoft Internet Security and Acceleration Server 2000

FPCWebPublishingRules.MoveUp Method

Moves the given rule up the ladder of execution.

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

VBScript Syntax[VBScript]

FPCWebPublishingRules.MoveUp( lIndex )

C++ Syntax[C++]

HRESULT MoveUp(
  long lIndex
);

Parameters

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

Applies To

FPCWebPublishingRules

See Also

MoveDown