ExportType

This method is used to export the custom type definition file.

Parameters

Parameter

Description

token (string)

The token got by calling Login

mainType (string)

The main type of the custom type

typeName (string)

The custom type name you want to export

versionName (string)

The custom type version (if left blank, the currently active version is assumed)

Used Return Values

Name

Description

ExportTypeResult (String)

CDATA XML string with following entities:

  • result

    String containing the code and message; Separated by a comma.

    Example: 0,Success

  • file

    The definition file, containing the name and the content

  • name

    The file name used during creation

  • content

    The content of the file (that is the XML definition