<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

kCura.WinEDDS.ArtifactCacheItem

public class ArtifactCacheItem
namespace kCura.WinEDDS { public class ArtifactCacheItem { public string Name { get; set; } public string Path { get; set; } public int ArtifactID { get; set; } public ArtifactCacheItem[] Children { get; set; } public void AddChild(ArtifactCacheItem item); public ArtifactCacheItem(string name, string path, int artifactID); } }