Template Engine language reference > General functions > name()

name()
The name() function returns the name of an object.
Example 32
#foreach($j in $message.*)
#if($j.name()=='block_A')
$j.description
#end
#end
 
OpenText StreamServe 5.6.2 Updated: 2018-01-26