<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

TapiModeHelper

static class TapiModeHelper
Defines transfer mode related static helper methods.
public static string BuildDocText()

Dynamically builds the file transfer mode documentation text.

public static string BuildExportStatusText(bool nativeFilesCopied, IEnumerable<TapiClient> natives)

Builds the export file transfer mode status text from the list of native transfer clients.

public static string BuildImportStatusText(bool nativeFilesCopied, TapiClient? native, TapiClient? metadata)

Builds the import file transfer mode status text from the native and metadata transfer clients.

Retrieves single TapiClient from the list of transfer clients.