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.
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
- _utilElementType
Type: UtilElementType Enumeration
The _utilElementType parameter for the node.
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.