Share via


SysVersionControlSystem.allowMoveToModel Method [AX 2012]

Evaluates whether the SysVersionControllable interface can be moved to a model.

Syntax

public boolean allowMoveToModel(SysVersionControllable _controllable, int _modelId)

Run On

Client

Parameters

  • _modelId
    Type: int
    The ID of the model.

Return Value

Type: boolean
true if the move is enabled; otherwise, false.

See Also

Reference

SysVersionControlSystem Class