TreeNode.AOTIsPersisted Method [AX 2012]

Indicates whether this node has been persisted in the model store.

public boolean AOTIsPersisted()

Run On

Called

Return Value

Type: boolean
true if this node has been persisted; otherwise false.

This method throws an exception if the method is not supported for the tree node. Use the TreeNode.TreeNodeType().isModelElement() method to determine if the method is supported.

Community Additions

ADD
Show: