Add Element to Container
Purpose
Adds an existing element to a container.
Example
add-element-to-container --elementName my-text-element --containerName my-container-element
Command Syntax
| Parameter | Format | Requirement | Usage |
|---|---|---|---|
--elementName | String | Mandatory | The unique name of the existing element being added to the container. |
--containerName | String | Mandatory | Name of the container that will have the element added to it. |