<PackageReference Include="Relativity.Server.Testing.Framework.Api.SDK" Version="10.3.0" />

ILibraryApplicationService

public interface ILibraryApplicationService
Represents the Library application API service.
void DeleteFromLibrary(int applicationId)

Delete the application from the library.

LibraryApplication Get(string name)

Gets the library application by the specified name.

LibraryApplication Get(int applicationId)

Gets the library application by the specified ID.

Gets the library application by the specified GUID.

int InstallToLibrary(string pathToRap, LibraryApplicationInstallOptions options = null)

Installs library application from RAP file.

void InstallToWorkspace(int workspaceId, int applicationId)

Installs library application to given workspace from library.

bool IsInstalledInWorkspace(int workspaceId, int applicationId)

Determines whether the library application is installed in workspace.