webCOMAND

#NOTE

Log a note event to the event log.  When the cTemplate is processed as part of a publish, the resulting file will not be output.  When processed as part of a content validation (ie. from the Validate content type template), a note will be displayed in the alert bar.

Prototype

#NOTE($message)

Parameters

  • message - The note text to display.

Example

#IF($FirstName != '')
    #NOTE("First Name must be provided.")
#ENDIF

Related

#DEBUG, #ERROR, #WARNING