MoveList Method
Description
Moves a list of BP Components under the specified parent in the specified order, validate and fix bpParams references validation after the move. To place the BP Component last, send TDAPI_POS_ORDER.TDPOSITION_LAST as the starting order. bpCompAfterNewLocationI
Syntax
Visual Basic
Public Sub MoveList( _
   ByVal vBPComponentIds As Variant, _
   ByVal StartingOrder As Long, _
   ByVal NewParentId As Long, _
   ByVal NewParentType As String, _
   ByVal bpCompAfterNewLocationId As String _
) 
Parameters
vBPComponentIds
StartingOrder
NewParentId
NewParentType
bpCompAfterNewLocationId
See Also