XMLBuilder Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| XMLBuilder Constructor() | Default constructor without a session ID parameter. After calling base class constructor, initialize the other instance variables. |
| XMLBuilder Constructor(Int32) | Constructor that does include a session ID parameter. After calling the base class constructor, initialize the other instance variables. Will include the session_id parameter in all XML commands built using this instance. |