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

kCura.WinEDDS.Importers.IFolderCache

public interface IFolderCache
Represents an abstract client-side folder cache.
namespace kCura.WinEDDS.Importers { public interface IFolderCache { int Count { get; } int GetFolderId(string folderPath); } }