DataMiner.ImportXML

Import XML. If bReplace is true, replaces self with data miner doc defined in the xml. Otherwise, updates existing nodes and adds new nodes.

Syntax Parameters Return Value
Sub DataMiner.ImportXML( _
    xml As Variant, _
    bReplace As Boolean)
  • xml [in]

Type: Variant

  • bReplace [in]

Type: Boolean

This function does not return a value.