Move Method
Description
Moves a requirement to being a child of a specified father in the requirements tree.
Syntax
Visual Basic
Public Sub Move( _
   ByVal NewFatherId As Long, _
   ByVal NewOrder As Long _
) 
Parameters
NewFatherId
The ID of the designated new father requirement.
NewOrder

The position of the requirement under the new parent. Possible values are:

  • A number representing the position.
  • TDPOSITION_LAST [-4] - Indicates that the test is inserted last
Remarks

In addition to moving the requirement, Move unlocks the requirement if it is set to auto-unlock.

See Also