11.12.10 InsertElement Method
Insert an existing XPRIM_JsonElement as a child element with the specified name. If a child element with the specified name exists, it will be overwritten.
Input Arguments
Name | Type | Mandatory | Description |
|---|---|---|---|
Key | String (Unicode) | Yes | The name of the child element. |
Element | Yes | The element to insert. |
Return Value
None