IMobilePublishObject.SaveToXml

Fore Syntax

SaveToXml(Element: IXmlDomElement);

Fore.NET Syntax

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

Parameters

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

Description

TheSaveToXml method loads the object publishing parameters to the XML file.

Comments

To load the object publishing parameters, use the IMobilePublishObject.LoadFromXml method.

Fore and Fore.NET Examples

The method use is given in the example for IMobileApplicationPublishObjects.LoadFromXml.

See also:

IMobilePublishObject