PISystem.ExportXml Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.
|