VersionControl::modelQueryable Method [AX 2012]

Indicates whether the tree node can query whether the model exists.

client public static boolean modelQueryable(TreeNode _node)

Run On

Client

Parameters

_node
Type: TreeNode Class
The specified tree node.

Return Value

Type: boolean
true if the tree node can query whether the model exists; otherwise, false.
Show: