PCRuntimeLibrary::createXmlReader Method [AX 2012]

Creates a new instance of the XMLReader class.

client server public static XmlReader createXmlReader(str _xmlString)

Run On

Called

Parameters

_xmlString
Type: str
The XML representation of the product model to use in creating an instance of the XMLReader class.

Return Value

Type: XmlReader Class
A new instance of the XMLReader class.
Show: