Share via


SysTreeNode::codeIsSource Method [AX 2012]

This function checks whether the UtilElementType class that is passed has a text source in the node.

Syntax

client server public static boolean codeIsSource(UtilElementType _utilElementType)

Run On

Called

Parameters

Return Value

Type: boolean
true if the node contains text; otherwise, false.

Remarks

The name of this function is misleading because the source may not be code and this returns false if X++ source is passed.

See Also

Reference

SysTreeNode Class