You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

11.12.11 InsertString Method

Insert a new string value 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.

String

String (Unicode)

Yes

The new string to insert.

Return Value

Type

Description

XPRIM_JsonElement

The newly created element

  • No labels