<PackageReference Include="Relativity.Server.Transfer.SDK" Version="25000.0.6" />

FileShareStrings

using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Resources; using System.Runtime.CompilerServices; namespace Relativity.Transfer.FileShare.Resources { [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [DebuggerNonUserCode] [CompilerGenerated] internal class FileShareStrings { private static ResourceManager resourceMan; private static CultureInfo resourceCulture; [EditorBrowsable(EditorBrowsableState.Advanced)] internal static ResourceManager ResourceManager { get { if (resourceMan == null) resourceMan = new ResourceManager("Relativity.Transfer.FileShare.Resources.FileShareStrings", typeof(FileShareStrings).Assembly); return resourceMan; } } [EditorBrowsable(EditorBrowsableState.Advanced)] internal static CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } internal static string ConnectionCheckCheckingRepositoryAccessMessage => ResourceManager.GetString("ConnectionCheckCheckingRepositoryAccessMessage", resourceCulture); internal static string ConnectionCheckCreatedTempDirectoryMessage => ResourceManager.GetString("ConnectionCheckCreatedTempDirectoryMessage", resourceCulture); internal static string ConnectionCheckCreatedTempFileMessage => ResourceManager.GetString("ConnectionCheckCreatedTempFileMessage", resourceCulture); internal static string ConnectionCheckDeletedTempDirectoryMessage => ResourceManager.GetString("ConnectionCheckDeletedTempDirectoryMessage", resourceCulture); internal static string ConnectionCheckDownloadedFileMessage => ResourceManager.GetString("ConnectionCheckDownloadedFileMessage", resourceCulture); internal static string ConnectionCheckDownloadedFileNotFoundMessage => ResourceManager.GetString("ConnectionCheckDownloadedFileNotFoundMessage", resourceCulture); internal static string ConnectionCheckUploadedFileNotFoundMessage => ResourceManager.GetString("ConnectionCheckUploadedFileNotFoundMessage", resourceCulture); internal static string DefaultFileShareRepoHasNotBeenDefinedExceptionMessage => ResourceManager.GetString("DefaultFileShareRepoHasNotBeenDefinedExceptionMessage", resourceCulture); internal static string DirectoryCouldNotBeFoundExceptionMessage => ResourceManager.GetString("DirectoryCouldNotBeFoundExceptionMessage", resourceCulture); internal static string DirectoryInfoCouldNotBeRetrievedExceptionMessage => ResourceManager.GetString("DirectoryInfoCouldNotBeRetrievedExceptionMessage", resourceCulture); internal static string DirectoryUnauthorizedAccessExceptionMessage => ResourceManager.GetString("DirectoryUnauthorizedAccessExceptionMessage", resourceCulture); internal static string FileShareDriveNotFoundExceptionMessage => ResourceManager.GetString("FileShareDriveNotFoundExceptionMessage", resourceCulture); internal static string FileSharePathTooLongExceptionMessage => ResourceManager.GetString("FileSharePathTooLongExceptionMessage", resourceCulture); internal static string FileShareTestConnectionNoWorkspaceFileShareMessage => ResourceManager.GetString("FileShareTestConnectionNoWorkspaceFileShareMessage", resourceCulture); internal static string FileShareTestConnectionWorkspaceFileShareExceptionMessage => ResourceManager.GetString("FileShareTestConnectionWorkspaceFileShareExceptionMessage", resourceCulture); internal static string LongPathWarningMessage => ResourceManager.GetString("LongPathWarningMessage", resourceCulture); internal static string PathIsNullOrEmptyExceptionMessage => ResourceManager.GetString("PathIsNullOrEmptyExceptionMessage", resourceCulture); internal static string TargetDirectoryAlreadyExistsExceptionMessage => ResourceManager.GetString("TargetDirectoryAlreadyExistsExceptionMessage", resourceCulture); internal static string TransferCommandArgumentExceptionMessage => ResourceManager.GetString("TransferCommandArgumentExceptionMessage", resourceCulture); internal static string TransferCommandDirectoryNotFoundExceptionMessage => ResourceManager.GetString("TransferCommandDirectoryNotFoundExceptionMessage", resourceCulture); internal static string TransferCommandDiskFullExceptionMessage => ResourceManager.GetString("TransferCommandDiskFullExceptionMessage", resourceCulture); internal static string TransferCommandInvalidFormatExceptionMessage => ResourceManager.GetString("TransferCommandInvalidFormatExceptionMessage", resourceCulture); internal static string TransferCommandLongPathExceptionMessage => ResourceManager.GetString("TransferCommandLongPathExceptionMessage", resourceCulture); internal static string TransferCommandNotConfiguredToTransferDirectoriesErrorMessage => ResourceManager.GetString("TransferCommandNotConfiguredToTransferDirectoriesErrorMessage", resourceCulture); internal static string TransferCommandNullArgumentExceptionMessage => ResourceManager.GetString("TransferCommandNullArgumentExceptionMessage", resourceCulture); internal static string TransferCommandOverwriteExceptionMessage => ResourceManager.GetString("TransferCommandOverwriteExceptionMessage", resourceCulture); internal static string TransferCommandSourceFileNotFoundExceptionMessage => ResourceManager.GetString("TransferCommandSourceFileNotFoundExceptionMessage", resourceCulture); internal static string TransferCommandUnableToFindFile => ResourceManager.GetString("TransferCommandUnableToFindFile", resourceCulture); internal static string TransferCompleteButTargetFileNotFoundExceptionMessage => ResourceManager.GetString("TransferCompleteButTargetFileNotFoundExceptionMessage", resourceCulture); internal static string UnableToRetrieveWorkspaceExceptionMessage => ResourceManager.GetString("UnableToRetrieveWorkspaceExceptionMessage", resourceCulture); internal static string WorkspaceFileShareArgumentExceptionMessage => ResourceManager.GetString("WorkspaceFileShareArgumentExceptionMessage", resourceCulture); internal static string WorkspaceFileShareEmptyExceptionMessage => ResourceManager.GetString("WorkspaceFileShareEmptyExceptionMessage", resourceCulture); internal static string WorkspaceFileShareInvalidExceptionMessage => ResourceManager.GetString("WorkspaceFileShareInvalidExceptionMessage", resourceCulture); internal static string WorkspaceFileShareValidationMessage => ResourceManager.GetString("WorkspaceFileShareValidationMessage", resourceCulture); internal static string TransferCommandFileNotFoundCheckLogs => ResourceManager.GetString("TransferCommandFileNotFoundCheckLogs", resourceCulture); internal FileShareStrings() { } } }