DataMiner.BeforeRouteOutput

This event is called before output documents are routed to nodes.

Syntax Parameters Return Value
Event DataMiner.BeforeRouteOutput( _
    Creator As DataMinerNode, _
    docs As Variant, _
    Cancel As Boolean)
  • Creator [in]

Type: DataMinerNode

  • docs [in]

Type: Variant

  • Cancel [in]

Type: Boolean

-