Show contents 

Moblile > Mobile Assembly Interfaces > IMobilePublishObject > IMobilePublishObject.ExportPath

IMobilePublishObject.ExportPath

Fore Syntax

ExportPath: String;

Fore.NET Syntax

ExportPath: string;

Description

The ExportPath property determines object publishing path.

Comments

To publish an object, use the IMobilePublishObject.Publish method.

Fore and Fore.NET Examples

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

See also:

IMobilePublishObject