Assembly: Mobile
Workspace: Prognoz.Platform.Interop.Mobile
The IMobileApplicationPublicator interface is used to work with the object that publishes the mobile application.
IMobileApplicationPublicator
To create an object that publishes the mobile application, use the IMobileApplication.CreatePublicator method.
| Property name | Brief description | |
| The BreakOnError property determines whether publication of mobile application stops if error occurs. | ||
| Outdated. Use IMobileApplicationPublicator.IsPublished. | ||
| The IsPublished property returns whether the mobile application is published. | ||
| The Items property returns the collection of objects in the published mobile application. | ||
| The MobileApplication property returns the published mobile application. | ||
| Outdated. | ||
| The Version property returns version of publication format. | ||
| The WebApplication property determines the path for publishing the mobile application. |
| Method name | Brief description | |
| The AbortPublish method interrupts the mobile application publishing. | ||
| The Execute method publishes the mobile application. | ||
| The GetLastPublishResult method returns an object containing information about result of mobile application publication. | ||
| The GetPublishResultText method returns the error text by code. | ||
| The LoadFromXml method loads parameters of the mobile application objects from the XML file. | ||
| Outdated. Use IMobileApplicationPublicator.Execute. | ||
| The SaveToXml method loads parameters of the mobile application publisher to the XML file. |
See also: