PISystem.ExportXml Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Exports the XML representation of any object(s).
Overload List
| Name | Description | |
|---|---|---|
| ExportXml(Object, PIExportMode) |
Exports the XML representation of any object(s) and returns it as a string.
| |
| ExportXml(Object, PIExportMode, String, Object, Object, EventHandlerAFProgressEventArgs) |
Exports the XML representation of any object(s) to a file.
| |
| ExportXml(Object, PIExportMode, XmlWriter, Object, Object, EventHandlerAFProgressEventArgs) |
Exports the XML representation of any object(s) to an XmlWriter.
|