Share via


SysTreeNode.isNewNameValid Method [AX 2012]

Indicates whether the new name of the element is valid.

Syntax

public boolean isNewNameValid(str _newName)

Run On

Called

Parameters

  • _newName
    Type: str
    The new name of the element.

Return Value

Type: boolean
true if the new name is valid.

Remarks

This method is called before renaming the element.

See Also

Reference

SysTreeNode Class