IMobilePublishObject

Assembly: Mobile;

Workspace: Prognoz.Platform.Interop.Mobile;

Description

The IMobilePublishObject interface is used to publish an object from the 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 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 an object version.

Methods

  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:

Mobile Assembly Interfaces