Share via


SysVersionControlSystem.commandMoveToModel Method [AX 2012]

Moves the SysVersionControllable interface to the model.

Syntax

public boolean commandMoveToModel(SysVersionControllable _controllable, int _modelId)

Run On

Client

Parameters

  • _modelId
    Type: int
    The model that the SysVersionControllable interface is moved to.

Return Value

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

See Also

Reference

SysVersionControlSystem Class