SaveToXml(Element: IXmlDomElement);
SaveToXml(Element: Prognoz.Platform.Interop.MsXml2.IXmlDomElement);
Element. The element in which the published object parameters are written.
The SaveToXml method loads the object parameters from the published mobile application to the XML file.
To load the object parameters, use the IMobileApplicationPublishObject.LoadFromXml method.
The method use is given in the example for IMobileApplicationPublicator.Items.
See also: