XMLBuilder Constructor
- Last UpdatedMar 17, 2026
- 1 minute read
The XMLBuilder class is the generic base class that simplifies the building of XML documents for Factelligence use
| 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. |