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() method of NetObj class instead. |
CreateContainer(parent, name) => Container
Create 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.
Example