Assembly: Mobile;
Workspace: Prognoz.Platform.Interop.Mobile;
The IMobilePublishObject interface is used to publish an object from the mobile application.
IMobilePublishObject
To get the published object from the mobile application, use the IMobileApplicationPublishObject.PublishObject property.
Property name | Brief description | |
![]() |
ExportPath | The ExportPath property determines object publishing path. |
![]() |
ExtErrorCode | Outdated. Use IMobilePublishObject.PublishWarnings. |
![]() |
FormatVersion | The FormatVersion property returns information about the version of the object published in the mobile application. |
![]() |
Object | The Object property determines the repository object that corresponds to the published object. |
![]() |
PublishWarnings | The PublishWarnings property returns code of the warning occurred on publishing. |
![]() |
Version | The Version property determines an object version. |
Method name | Brief description | |
![]() |
Cancel | The Cancel method interrupts mobile application object publishing. |
![]() |
GetPublishWarningsText | The GetPublishWarningsText method returns text for the specified warning code. |
![]() |
LoadFromXml | The LoadFromXml method loads parameters of publication of the object of mobile application from the XML file. |
![]() |
Publish | The Publish method publishes an object. |
![]() |
SaveToXml | The TheSaveToXml method loads the object publishing parameters to the XML file. |
See also: