IMobilePublishObject.PublishWarnings

Fore Syntax

PublishWarnings: Integer;

Fore.NET Syntax

PublishWarnings: Integer;

Description

The PublishWarnings property returns code of the warning occurred on publishing.

Comments

To get warning text by its code, use the IMobilePublishObject.GetPublishWarningsText method.

Fore and Fore.NET Examples

The property use is given in the example for IMobileApplicationPublicator.GetLastPublishResult.

See also:

IMobilePublishObject