IMobileApplicationPublicator.SaveToXml

Fore Syntax

SaveToXml(Element: IXmlDomElement);

Fore.NET Syntax

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

Parameters

Element. The element in which the publicator parameters are written.

Description

The SaveToXml method loads parameters of the mobile application publisher to the XML file.

Comments

To load the publisher parameters from the XML file, use the IMobileApplicationPublicator.LoadFromXml method.

Fore and Fore.NET Examples

The method use is given in the example for IMobileApplication.CreatePublicator.

See also:

IMobileApplicationPublicator