XMLReadBuilder Constructor(String,String)
- Last UpdatedNov 06, 2025
- 1 minute read
Constructor override with a specific command parameter, which defaults to a GetSpecific() request if the cmd is not GetAll.
'Usage
Dim objName As String
Dim cmd As String
Dim instance As New XMLReadBuilder(objName, cmd)
Parameters
- objName
- Required. The object name for which this request is being built as a string.
- cmd
- Required. The command for which this request is being built as a string.