VersionControl.moveToModel Method [AX 2012]

Moves the tree node to the model.

Syntax

public boolean moveToModel(TreeNode _node, int _modelId)

Run On

Client

Parameters

  • _modelId
    Type: int
    The model to which the tree node is moved.

Return Value

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

See Also

Reference

VersionControl Class