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

kCura.WinEDDS.NestedArtifactCache

public class NestedArtifactCache
namespace kCura.WinEDDS { public class NestedArtifactCache { public int CreationCount { get; } public object[] SelectedIds { get; } public NestedArtifactCache(IHierarchicArtifactManager artifactManager, int rootArtifactID, int caseContextArtifactID, string nestedItemDelimiter); } }