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

FileShareService

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

public Task DeleteFilesAsync(IEnumerable<string> paths, CancellationToken token)

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

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

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