MoveToPos Method
Description
Changes the order of the recovery scenarios by moving a recovery scenario from its current position to a specified position.
Syntax
Visual Basic
Public Sub MoveToPos( _
   ByVal CurPosition As Long, _
   ByVal NewPosition As Long _
) 
Parameters
CurPosition
The current position of the recovery scenario item whose position you want to change. Position values begin with 1.  To specify the last position in the list, enter -1.
NewPosition
The position in the list to which you want to move the recovery scenario item. Position values begin with 1.   To specify the last position in the list, enter -1.
See Also