Share via


SysVersionControlSystemMorphX.allowMoveToModel Method [AX 2012]

Indicates whether the SysVersionControllable interface is enabled to 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

SysVersionControlSystemMorphX Class