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

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; } } }