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

MetaDocument

public class MetaDocument
public string DataGridID { get; set; }

Gets or sets the identifier for the record currently stored in the data grid for this document. If Nothing, then a record has not been created in DataGrid.

public string DestinationVolume { get; set; }

public string FileGuid { get; set; }

public string Filename { get; set; }

public IFileTypeInfo FileTypeInfo { get; set; }

public string FolderPath { get; set; }

public string FullFilePath { get; set; }

public string IdentityValue { get; set; }

public bool IndexFileInDB { get; set; }

public int LineNumber { get; set; }

public long LineStatus { get; set; }

public int ParentFolderID { get; set; }

public ArtifactFieldCollection Record { get; set; }

public bool UploadFile { 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()