Remove Element from Container
Purpose
Removes an element from a container.
Example
remove-element-from-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 removed from the container. |
--containerName | String | Mandatory | Name of the container that has the element to be removed in it. |