XMLResultBuilder Constructor(Int32,String)
- Last UpdatedNov 06, 2025
- 1 minute read
Constructor override that includes a result and a mod_id parameter After calling base class constructor build the result including only the included parameters
'Usage
Dim result As Integer
Dim mod_id As String
Dim instance As New XMLResultBuilder(result, mod_id)
Parameters
- result
- The result as an integer to include in the response
- mod_id
- The mod_id as a string to include in the response