IMobileApplicationPublicator.GetPublishResultText

Fore Syntax

GetPublishResultText(PublishResult: MobilePublishResult): String;

Fore.NET Syntax

GetPublishResultText(PublishResult: Prognoz.Platform.Interop.Mobile.MobilePublishResult): String;

Parameters

PublishResult. It determines result of mobile application publishing.

Description

The GetPublishResultText method returns the error text by code.

Comments

The GetPublishResultText method is used to specify the error on publishing a mobile application.

Fore and Fore.NET Examples

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

See also:

IMobileApplicationPublicator