Export (.NET)

The Export API allows clients to export applications as a RAP file or schema file.

You can also interact with the Export API through the REST API. See Export service.

Guidelines for the Export API

Review the following guidelines for working with the Export API.

Permissions

For all endpoints in the API, users are required to be system administrators in order to have sufficient permissions.

ExportAsync

Exports the application from the workspace as a RAP file. If the application is unlocked, it will be locked. The fourth digit of the application's Version number will be auto-incremented with each export if the application is unlocked or the application schema has been modified. The Schema Version will be auto-incremented only if schema changes were made.

ExportSchemaAsync

Exports the application schema from the workspace as an XML file.If the application is unlocked, it will be locked. The fourth digit of the application's Version number will be auto-incremented with each export if the application is unlocked or the application schema has been modified. The Schema Version will be auto-incremented only if schema changes were made.