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