2022.2

Table Of Contents
AttributeByName(const String Name)
Returns the value of the metadata attribute of the specified name.
Parameters:
Name
Name of the attribute to retrieve.
Returns:
The value of the attribute as a string. If an attribute named Name is not found, an empty string is
returned.
Clear()
Not available in MetaPage
Deletes all the child nodes of the current node, as well as all of its attributes and fields.
Copy()
Not available in MetaJob
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.
Caution: 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
Page 177