Difference between revisions of "NXSL:DeleteCustomAttribute"
Jump to navigation
Jump to search
Tomas Kirnak (talk | contribs) |
Tomas Kirnak (talk | contribs) |
||
Line 17: | Line 17: | ||
== Return Value == | == Return Value == | ||
null | '''null''' | ||
== Examples == | == Examples == | ||
DeleteCustomAttribute($node, "my_attribute") -> ??? | DeleteCustomAttribute($node, "my_attribute") -> ??? |
Revision as of 12:36, 22 October 2014
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") -> ???