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