Share via


InventTrackingDimTracingHierarchy.exportChildNodesAsXML Method [AX 2012]

Writes the tracing hierarchy to the XML file.

Syntax

public void exportChildNodesAsXML(
    XmlWriter _xmlWriter, 
    Set _exportedNodes, 
    Set _exportedTransactions, 
    int _nodeId, 
    int _level)

Run On

Called

Parameters

  • _exportedNodes
    Type: Set Class
    A set of hierarchy nodes already exported.
  • _exportedTransactions
    Type: Set Class
    A set of inventory transactions already exported.
  • _nodeId
    Type: int
    The node being exported.
  • _level
    Type: int
    The current level in the tracing hierarchy.

See Also

Reference

InventTrackingDimTracingHierarchy Class