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

kCura.WinEDDS.ImportExtension.FileSizePopulated

namespace kCura.WinEDDS.ImportExtension { public class FileSizePopulated : IHasFileSize { public long FileSize { get; set; } public FileSizePopulated(); public long GetFileSize(); } }