Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _treeNode
Type: TreeNode Class
A TreeNode object.
Return Value
Type: boolean
true if the node contains any text; otherwise, false.
Remarks
This method returns false for any X++ source code.