NXSL:DeleteCustomAttribute

Revision as of 09:44, 22 October 2014 by Tomas Kirnak (talk | contribs) (Created page with "__NOTOC__ Delete node's custom attribute. '''Since:''' 1.2.17 == Syntax == DeleteCustomAttribute(''node'', ''attributeName'') == Parameters == {| class="wikitable" |- | ''n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

???

Examples

DeleteCustomAttribute($node, "my_attribute")		-> ???