NodeSaveAs

Mon 01 January 2018

Syntax

NodeSaveAs(oldNodeName, newNodeName) 

Description

Use the NodeSaveAs function to create a copy of the node specified by oldNodeName , and save it to the database as newNodeName . All node names are uppercase.

Parameters

Field or Control

Definition

oldNodeName

Specify the name of the node that you want to copy, as a string.

newNodeName

Specify the name for the new node, as a string.

Returns

A Boolean value: True, the function completed successfully deleted, False otherwise.