11.12.13 InsertBoolean Method

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

Boolean

Boolean

Yes

The new boolean value to insert.

 

Return Value

Type

Description

XPRIM_JsonElement

The newly created element