IMobileApplicationPublishObjects.SaveToXml

Fore Syntax

SaveToXml(Element: IXmlDomElement);

Fore.NET Syntax

SaveToXml(Element: Prognoz.Platform.Interop.MsXml2.IXmlDomElement);

Parameters

Element. The element in which the published object parameters are written.

Description

The SaveToXml method loads the object parameters from the published mobile application to the XML file.

Comments

To load the object parameters, use the IMobileApplicationPublishObject.LoadFromXml method.

Fore and Fore.NET Examples

The method use is given in the example for IMobileApplicationPublicator.Items.

See also:

IMobileApplicationPublishObjects