◆ ReorderChildIndex()

bool ReorderChildIndex ( int  indexToMove,
int  newIndexToMoveTo 
)
Parameters
indexToMoveThe index of the child node to be moved
newIndexToMoveToThe new index the node should have.
Returns
returns false if an invalid index is passed to either parameter. True otherwise.

References SerializableTreeBase< T >.Node.children.