<PackageReference Include="Relativity.Server.Application.SDK" Version="5000.0.4" />

IApplicationManager

public interface IApplicationManager : IDisposable
Exposes methods for managing applications in a workspace.
Task<IKeplerStream> ExportAsync(int workspaceID, int applicationID)

Exports the application from the workspace as a RAP file. If the application is unlocked, it will be locked and the version number will be incremented.

Task<IKeplerStream> ExportAsync(int workspaceID, Guid applicationGUID)

Exports the application from the workspace as a RAP file. If the application is unlocked, it will be locked and the version number will be incremented.

Task<IKeplerStream> ExportSchemaAsync(int workspaceID, int applicationID)

Exports the application schema from the workspace as an XML file. If the application is unlocked, it will be locked and the version number will be incremented.

Task<IKeplerStream> ExportSchemaAsync(int workspaceID, Guid applicationGUID)

Exports the application schema from the workspace as an XML file. If the application is unlocked, it will be locked and the version number will be incremented.