Difference between revisions of "NXSL:CreateContainer"

79 bytes added ,  16:13, 13 September 2022
m
Text replacement - "^" to "{{deprecated}}"
(Created page with "__NOTOC__ Create container object. == Syntax == CreateContainer(''parent'', ''name''); == Parameters == :{| |- | ''parent'' || Parent object. Can be either container or ...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Create container object.
Create container object.


'''Since:''' 1.2.0


== Syntax ==
== Syntax ==
Line 25: Line 26:
== Examples ==
== Examples ==


<syntaxhighlight lang="c">
  CreateContainer(FindObject(2), "New Container");    // Create container directly under "Infrastructure Services"
  CreateContainer(FindObject(2), "New Container");    // Create container directly under "Infrastructure Services"
</syntaxhighlight>