2020.1

Table Of Contents
Returns the number of child nodes in the current node.
Fields
Returns the field collection (MetaCollection) of the current node. See "Fields" on page233.
Index
Not available in MetaJob
Gets the index of the node in its parent.
Returns:
The index (0-based) at which the current node is found in the parent's node list.
Exception:
l EOleException: Index is lower than 0 or higher than Count-1.
NodeType
Returns a value representing the type (TNodeType) of the current node.
Return value Node type
0 Job
2 Group
3 Document
5 Datapage
6 Page
Note
In an Active Script environment, such as the Run Script task, the return value is a
numerical value.
However, in environments where the TNodeType type is defined, the node types are
ntJob, ntGroup, ntDocument, ntDatapage, and ntPage.
Page 218