PCXmlSessionWriterComponentControl.write Method [AX 2012]

Writes the XML representation of a component control.

public void write(EcoResComponentControl _componentControl, XmlWriter _xmlWriter)

Run On

Server

Parameters

_componentControl
Type: EcoResComponentControl Table
The component control record for which to generate the XML.
_xmlWriter
Type: XmlWriter Class
The XML writer to use to store the XML representation of this record.

Obsolete: Use the IL equivalent method.

Community Additions

ADD
Show: