Difference between revisions of "NXSL:DeleteCustomAttribute"

m
Text replacement - "^" to "{{deprecated}}"
m
m (Text replacement - "^" to "{{deprecated}}")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Delete objects custom attribute.
Delete objects custom attribute.


Line 10: Line 10:
{| class="wikitable"
{| class="wikitable"
|-
|-
| ''object'' || [[NXSL_Class_Reference|object]] any object of NetObj class, or it's sub-classes
| ''object'' || Any object of [[NXSL_Class_Reference|NetObj class]], or its sub-classes.
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 [[SG:Security Issues|Security Issues]] for more information).
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 [[SG:Security Issues|Security Issues]] for more information).
|-
|-