Tree.quickSaveNodes (Method)

Appends multiple nodes based on the specified node hierarchy string. The string should have one node per line and should use one space characters to delineate different levels.

Returns:

Void

Arguments:

Name Type Required Description
id TreeID Required The unique ID of the tree.
parentNodeID TreeNodeID_0 Required The unique ID of the parent node, or 0 to append to the root of the tree.
nodesString PlainText_NonNull Required A string describing the hierarchy of tree nodes. The string should have one node per line and should use one space characters to delineate different levels.

Context:

License Requirements (none)
Permission Requirements treeNav:Edit
Deny Context (none)
Require Context AuthoringEnabled
Author Lock (not required)
Transaction Logging If transaction logging is enabled at the site level, calls to this method will be logged
Customization Customization is not supported for this method.

Error Codes:

Code Error Message
403  

Notes:

None