SetJson

Navigation:  NxLib API > C# Interface / CLI > NxLibItem >

SetJson

Previous pageReturn to chapter overviewNext page

Set the item's value to a new value specified as JSON string. This might also be a representation of an entire subtree.

Signatures

Variants throwing exceptions on API errors:

void SetJson(String value, bool onlyWriteableNodes)

Variants returning API errors as int parameter:

void SetJson(Out int returnCode, String value, bool onlyWriteableNodes)

Parameters

returnCode

The error code returned when accessing the item

jsonValue

The value to set.

onlyWriteableNodes

See the corresponding parameter of nxLibSetJson.

Return Value

none