Difference between revisions of "NXSL:GetDCIObject"

8 bytes added ,  10:13, 23 September 2012
no edit summary
m
Line 1: Line 1:
__NOTOC__
__NOTOC__
Return DCI object or null.
Get DCI object with given ID.


== Syntax ==
== Syntax ==
Line 13: Line 13:
| ''node'' || [[NXSL: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 [[SG:Security Issues|Security Issues]] for more information).
| ''node'' || [[NXSL: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 [[SG:Security Issues|Security Issues]] for more information).
|-
|-
| ''id'' ||  [[NXSL:DCI|DCI]] id on node.
| ''id'' ||  DCI id on node.
|}
|}


Line 19: Line 19:
== Return Value ==
== Return Value ==


[[NXSL:DCI|DCI]] object with given id on success or '''null''' on failure (if id does not exist, or access to it was denied).
[[NXSL:DCI|DCI]] object with given id on success or '''null''' on failure (if object with given id does not exist, or access to it was denied).




683

edits