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

ExportFile

public class ExportFile : ISerializable
Container class for all export settings

public enum ExportType

public enum ImageType

public class ImageTypeParser

protected string _loadFilesPrefix

protected int _startAtDocument

public ViewFieldInfo[] AllExportableFields { get; set; }

public bool AppendOriginalFileName { get; set; }

public HybridDictionary ArtifactAvfLookup { get; set; }

public int ArtifactID { get; set; }

public int ArtifactTypeID { get; }

public int CaseArtifactID { get; }

public CaseInfo CaseInfo { get; set; }

public CookieContainer CookieContainer { get; set; }

public NetworkCredential Credential { get; set; }

public DataTable DataTable { get; set; }

public bool ExportFullText { get; set; }

public bool ExportFullTextAsFile { get; set; }

public bool ExportImages { get; set; }

public bool ExportNative { get; set; }

public bool ExportPdf { get; set; }

public DocumentField FileField { get; set; }

public string FilePrefix { get; set; }

public string FolderPath { get; set; }

public bool HasFileField { get; }

public string IdentifierColumnName { get; set; }

public Pair[] ImagePrecedence { get; set; }

public Encoding LoadFileEncoding { get; set; }

public string LoadFileExtension { get; set; }

public bool LoadFileIsHtml { get; set; }

public string LoadFilesPrefix { get; set; }

public FileFormat? LogFileFormat { get; set; }

public bool MulticodesAsNested { get; set; }

public char MultiRecordDelimiter { get; set; }

public char NestedValueDelimiter { get; set; }

public char NewlineDelimiter { get; set; }

public string ObjectTypeName { get; set; }

public bool Overwrite { get; set; }

public char QuoteDelimiter { get; set; }

public char RecordDelimiter { get; set; }

public bool RenameFilesToIdentifier { get; set; }

public ViewFieldInfo[] SelectedTextFields { get; set; }

public ViewFieldInfo[] SelectedViewFields { get; set; }

public int StartAtDocumentNumber { get; set; }

public int SubdirectoryDigitPadding { get; set; }

public Encoding TextFileEncoding { get; set; }

public ExportType TypeOfExport { get; set; }

public ImageType? TypeOfImage { get; set; }

public bool UseCustomFileNaming { get; set; }

public int ViewID { get; set; }

public int VolumeDigitPadding { get; set; }

public VolumeInfo VolumeInfo { get; set; }

public ExportFile(int artifactTypeID)