Template Engine language reference > Functions > .name()

.name()
The .name() function returns the name of a block or field.
Example 4
#foreach($j in $message.*)
#if($j.name()=='block_A')
$j.description
#end
#end
 
OpenText StreamServe 5.6 Updated: 2013-03-01