2019.1

Table Of Contents
Places a copy of the current node, along with all of its children, attributes and fields, in the
metadata clipboard. Modifying the original node after the copy is made does not modify the
copy in the clipboard.
Cut()
Not available in MetaJob
Places a copy of the current node, along with all of its children, attributes and fields, in the
metadata clipboard and immediately removes the original from the Metadata structure.
Warning
The node being cut is removed immediately. Any reference to it or its child nodes becomes invalid.
The results of calling methods of such references is undefined.
DatapageCount()
MetaJob and MetaGroup only
Returns the number of MetaDatapage nodes in all child nodes. This methods recursively goes
through all child nodes to count the total number of MetaDatapage that are contained
underneath the current node.
Returns:
Total number (integer) of MetaDatapage nodes found under the current node.
Delete()
Not available in MetaJob
Removes the current node, along with all of its children, attributes and fields, from the metadata
structure.
Page 211