|
Note
|
This function is enabled by default, but can be disabled by setting configuration parameter "NXSL.EnableContainerFunctions". |
|
Important
|
Deprecated in 5.0. Please use |
CreateContainer(parent, name) => ContainerCreate new container under parent object with desired name.
parent |
Parent object ([class-netobj] referring to container object or infrastructure service root). |
name |
Name of the container to create |
Return
Instance of newly created [class-container] object or null if failed.