<PackageReference Include="Relativity.Transfer.Client" Version="7.4.2" />

Relativity.Transfer.IFileShareService

public interface IFileShareService
Task<BrowseDirectoryResponseDto> BrowseDirectoryAsync(string path, int page, int pageSize, int enumerateMax, CancellationToken token)

Task<bool> DirectoryEmptyAsync(string path, CancellationToken token)

Task<bool> ItemExistsAsync(string path, CancellationToken token)

Task<bool> ItemsExistAsync(IEnumerable<string> paths, CancellationToken token)