VersionControl.moveToModel Method [AX 2012]

Moves the tree node to the model.

public boolean moveToModel(TreeNode _node, int _modelId)

Run On

Client

Parameters

_node
Type: TreeNode Class
The tree node that is being moved.
_modelId
Type: int
The model to which the tree node is moved.

Return Value

Type: boolean
true if the move was successful; otherwise, false.

Community Additions

ADD
Show: