IMobileApplicationPublicator.IsApplicationPublish

Fore Syntax

IsApplicationPublish(
    ServerName: String;
    VirtualDir: String;
    IsX86: Boolean): MobilePublishResult;

Fore.NET Syntax

IsApplicationPublish(
    ServerName: string;
    VirtualDir: string;
    IsX86: boolean): Prognoz.Platform.Interop.Mobile.MobilePublishResult;

Parameters

ServerName. The server for publishing a mobile application.

VirtualDir. The virtual directory for publishing a mobile application.

IsX86. Indicates whether the server uses the 32-bit platform.

Description

The IsApplicationPublish property returns whether a mobile application is published.

Comments

The property is outdated. Use IMobileApplicationPublicator.IsPublished.

Available values of the IsX86 parameter:

See also:

IMobileApplicationPublicator