XMLReadBuilder Constructor(String,Int32)
- Last UpdatedNov 06, 2025
- 1 minute read
Constructor override that includes a session ID but without a specific Command parameter. So builds a standard GetAll() request for the specified object.
'Usage
Dim objName As String
Dim sessionId As Integer
Dim instance As New XMLReadBuilder(objName, sessionId)
Parameters
- objName
- Required. The object name for which this request is being built as a string.
- sessionId
- Optional. The session ID to use for the request, as an integer.