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

ObjectExportInfo

public class ObjectExportInfo
public int ArtifactID { get; set; }

public string DestinationVolume { get; set; }

public int DocCount { get; }

public bool DocumentError { get; set; }

public int FileID { get; set; }

public string Filename { get; set; }

public bool HasCountedNative { get; set; }

public bool HasCountedTextFile { get; set; }

public bool HasFullText { get; set; }

public bool HasPdf { get; }

public string IdentifierValue { get; set; }

public long ImageCount { get; }

public ArrayList Images { get; set; }

public long LongTextLength { get; set; }

public object[] Metadata { get; set; }

public object Native { get; set; }

public long NativeCount { get; }

public string NativeExtension { get; set; }

public string NativeFileGuid { get; set; }

public string NativeSourceLocation { get; set; }

public string NativeTempLocation { get; set; }

public string OriginalFileName { get; set; }

public string PdfDestinationLocation { get; set; }

public string PdfFileGuid { get; set; }

public string PdfSourceLocation { get; set; }

public string ProductionBeginBates { get; set; }

public string this[bool appendToOriginal, bool tryProductionBegBates] { get; }

public long TotalFileSize { get; set; }

public long TotalNumberOfFiles { get; set; }

public string AppendOriginalFileName(string value)

public string FullTextFileName(bool nameFilesAfterIdentifier, bool tryProductionBegBates)

public virtual string FullTextFileName(bool nameFilesAfterIdentifier, bool tryProductionBegBates, bool appendOriginalFilename)

public virtual string NativeFileName(bool appendToOriginal)

public virtual string PdfFileName(string name, bool appendToOriginal)