cns_deleteTreeOrNode

Deletes the given tree or node.

Synopsis

bool cns_deleteTreeOrNode(string node);

Parameters

Parameter Description
node ID path of the node or tree which shall be deleted

Return value

Returns TRUE if successful or FALSE in case of an error.

Errors

Possible errors:

  • Node or tree does not exist

Description

This function deletes the given tree or node.

main()
{
  cns_deleteTreeOrNode("System1.View1:myNode");
}

Availability

UI, CTRL