NXSL:CreateContainer

Revision as of 21:21, 26 July 2012 by Victor (talk | contribs)

Create container object.

Since: 1.2.0

Syntax

CreateContainer(parent, name);


Parameters

parent Parent object. Can be either container or infrastructure services root. Reference to parent object can be obtained using FindObject function.
name Name for new container object.


Return Value

Reference to newly created object.


Examples

CreateContainer(FindObject(2), "New Container");    // Create container directly under "Infrastructure Services"