IsValidMoveList Method
Description
Checks if the moving bp components given before bpCompAfterNewLocationId is valid (no bpParam references will be lost). if moving to the end of the script put '0' in bpCompAfterNewLocationId
Syntax
Visual Basic
Public Function IsValidMoveList( _
   ByVal movedBPComponentIds As String, _
   ByVal bpCompAfterNewLocationId As String _
) As Boolean
Parameters
movedBPComponentIds
bpCompAfterNewLocationId
See Also