IMobilePublishObject

Assembly: Mobile

Workspace: Prognoz.Platform.Interop.Mobile

Description

The IMobilePublishObject interface is used to publish an object contained in a mobile application.

Inheritance Hierarchy

          IMobilePublishObject

Comments

To get the published object from the mobile application, use the IMobileApplicationPublishObject.PublishObject property.

Properties

  Property name Brief description
ExportPath The ExportPath property determines the object publishing path.
ExtErrorCode The ExtErrorCode property returns code of the message indicating error on converting a topobase.
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 the object version.

Methods

  Method name Brief description
Cancel The Cancel method interrupts the mobile application object publishing.
GetPublishWarningsText The GetPublishWarningsText method returns text for the specified warning code.
LoadFromXml The LoadFromXml method loads the publishing parameters of the mobile application object from the XML file.
Publish The Publish method publishes the object.
SaveToXml TheSaveToXml method loads the object publishing parameters to the XML file.

See also:

Mobile Assembly Interfaces