PISystem.ImportXml Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Imports the XML representation of any object(s).
Overload List
| Name | Description | |
|---|---|---|
| ImportXml(Object, PIImportMode, String) |
Imports the XML representation of any object from either a file or string.
| |
| ImportXml(Object, PIImportMode, Stream, EventHandlerAFProgressEventArgs) |
Imports the XML representation of any object from a stream.
| |
| ImportXml(Object, PIImportMode, XmlReader, EventHandlerAFProgressEventArgs) |
Imports the XML representation of any object from an XmlTextReader.
|