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

FolderItem

public class FolderItem
namespace Relativity.Transfer { public class FolderItem { public string FullName { get; set; } public string Name { get; set; } public string Parent { get; set; } public FolderItem() { FullName = string.Empty; Name = string.Empty; Parent = string.Empty; } } }