IMobilePublishObject.GetPublishWarningsText

Fore Syntax

GetPublishWarningsText(WarningsValue: Integer): Array;

Fore.NET Syntax

GetPublishWarningsText(WarningsValue: integer): System.Array;

Parameters

WarningsValue. Warning code.

Description

The GetPublishWarningsText method returns text for the specified warning code.

Comments

To get warning code, use the IMobilePublishObject.PublishWarnings property.

Fore and Fore.NET Examples

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

See also:

IMobilePublishObject