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

kCura.WinEDDS.MetaDocument

public class MetaDocument
namespace kCura.WinEDDS { public class MetaDocument { public string DestinationVolume { get; set; } public string FileGuid { get; set; } public string IdentityValue { get; set; } public bool IndexFileInDB { get; set; } public string Filename { get; set; } public bool UploadFile { get; set; } public int LineNumber { get; set; } public int ParentFolderID { get; set; } public ArtifactFieldCollection Record { get; set; } public string FullFilePath { get; set; } public IFileTypeInfo FileTypeInfo { get; set; } public long LineStatus { get; set; } public string FolderPath { get; set; } public string DataGridID { get; set; } public MetaDocument(string fileGuid, string identityValue, bool indexFileInDB, string filename, string fullFilePath, bool uploadFile, int lineNumber, int parentFolderID, ArtifactFieldCollection record, IFileTypeInfo fileTypeInfo, long lineStatus, string destinationVolume, string folderPath, string dataGridID); public string GetFileType(); } }