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

kCura.WinEDDS.FolderCache

public class FolderCache : IFolderCache
Represents a class object to manage client-side folder operations through a simple cache.
namespace kCura.WinEDDS { public class FolderCache : IFolderCache { public const char PathSeparatorChar = '\\'; public const string PathSeparator = "\\"; public const int FolderNotFoundId = -1; public int Count { get; } public FolderCache(ILog logger, IHierarchicArtifactManager hierarchicArtifactManager, int rootFolderId, int workspaceId); public int GetFolderId(string folderPath); } }