Difference between revisions of "NXSL:SetEventParameter"

From NetXMS Wiki
Jump to navigation Jump to search
m (Text replacement - "^" to "{{deprecated}}")
 
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Set value of event's named parameter.
Set value of event's named parameter.



Latest revision as of 16:13, 13 September 2022

This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

Set value of event's named parameter.

Since: 1.1.4

Syntax

SetEventParameter(event, parameterName, value)

Parameters

event Event object, you can use predefined variable $event to refer to current event.
parameterName Parameter's name.
value New value.

Return Value

None.

Examples

SetEventParameter($event, "customParameter", "new value")