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