Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 791 Bytes

createcontainer.adoc

File metadata and controls

37 lines (28 loc) · 791 Bytes

CreateContainer()

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.

Table 1. Parameters

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