Share via


SysTreeNode::isSourceText Method [AX 2012]

Indicates whether the specified UtilElementType object has a text source in the node.

Syntax

client server public static boolean isSourceText(TreeNode _treeNode)

Run On

Called

Parameters

Return Value

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

Remarks

This method returns false for any X++ source code.

See Also

Reference

SysTreeNode Class