2020.2

Table Of Contents
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.
Warning
The node being deleted is removed immediately. Any reference to it or its child nodes
becomes invalid. The results of calling methods of such references is undefined.
DocumentCount()
MetaJob only
Returns the number of MetaDocument in all child nodes. This method recursively goes through
all child nodes to count the total number of MetaDocument nodes that are contained
underneath the current node.
Page 219