2020.1

Table Of Contents
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.
Returns:
Total number (integer) of MetaDocument nodes found under the current node.
FieldByIndex(Integer Index)
Returns the value of the Metadata Field at the specified index. (See: "Fields" on page233.)
Parameters:
Index
0-based index of the field value to retrieve. The index of the first element is 0 and the index of
the last is Count-1.
Returns:
The value of the field as a string.
Exception:
l EOleException: Index is lower than 0 or higher than Count-1.
Page 223