AddResult Method
- Last UpdatedNov 06, 2025
- 1 minute read
Adds a new result node to the root node of the existing response XML Used for responses to batch requests where multiple responses are required in a single message Use the AddResultParam() function to add parameters to this new child result node
'Usage
Dim instance As XMLResultBuilder
Dim nodeName As String
Dim nodeValue As String
instance.AddResult(nodeName, nodeValue)
Parameters
- nodeName
- The name of the node to add as a string
- nodeValue
- The value of the new node as a string