ProjWBSTree.moveChildrenFromNodeToNode Method [AX 2012]

Moves children nodes from specified node starting at specified sibling number.

public LineNum moveChildrenFromNodeToNode(
    ProjWBSTreeNode _fromTaskNode, 
    ProjWBSTreeNode _toTaskNode, 
    LineNum _startSiblingNumber)

Run On

Called

Parameters

_fromTaskNode
Type: ProjWBSTreeNode Class
Node which children are moved from.
_toTaskNode
Type: ProjWBSTreeNode Class
Node where children are being moved to.
_startSiblingNumber
Type: LineNum Extended Data Type
Sibling number of the child starting from which nodes are moved.

Return Value

Type: LineNum Extended Data Type
Maximum sibling number of the child of the node that acquires new children before move is performed.

Community Additions

ADD
Show: