NXSL:DeleteCustomAttribute

From NetXMS Wiki
Revision as of 18:33, 22 October 2014 by Victor (talk | contribs) (→‎Examples)
Jump to navigation Jump to search

Delete node's custom attribute.

Since: 1.2.17

Syntax

DeleteCustomAttribute(node, attributeName)

Parameters

node Node object, you can use predefined variable $node to refer to current node. You can also use null as node if trusted nodes check is disabled (see Security Issues for more information).
attributeName Custom attribute name.

Return Value

null

Examples

DeleteCustomAttribute($node, "my_attribute");